From 52eaa1f3ad4226349196d059f0099ccf7bd71264 Mon Sep 17 00:00:00 2001 From: thurendous Date: Wed, 25 Sep 2024 21:52:14 +0900 Subject: [PATCH] fix a wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8087411..45baf67 100644 --- a/README.md +++ b/README.md @@ -461,7 +461,7 @@ y: burnedToken 1. All contracts must be deployed. After that we can connect it from the web2 side. 1. What Phase 1 looks like is as the image below. 2. The main function which needs to be called by relayer on behalf of the user is the `exchange()` function. - 1. In order to call it, the user needs to generate its own signature by signing with his private keys. + 1. In order to call it, the user needs to generate his own signature by signing with his private keys. 2. The trusted relayer will then call the function with the signed message. Gas fee will be paid by the relayer instead of the user. 3. Some of the data is stored in the contract in nature. But the dev can decide if they want to store the data also in DB or not. 4. Some accounts with special roles are initialized in the contract in the beginning. Needless to say, the accounts with special roles are supposed to be handled very carefully.