Skip to content

Commit 52eaa1f

Browse files
committed
fix a wording
1 parent 4164681 commit 52eaa1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ y: burnedToken
461461
1. All contracts must be deployed. After that we can connect it from the web2 side.
462462
1. What Phase 1 looks like is as the image below.
463463
2. The main function which needs to be called by relayer on behalf of the user is the `exchange()` function.
464-
1. In order to call it, the user needs to generate its own signature by signing with his private keys.
464+
1. In order to call it, the user needs to generate his own signature by signing with his private keys.
465465
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.
466466
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.
467467
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.

0 commit comments

Comments
 (0)