Skip to content

Commit

Permalink
Merge pull request #121 from LayerXcom/feature/front_runnning
Browse files Browse the repository at this point in the history
Implement front-running protection
  • Loading branch information
osuketh committed Jun 28, 2019
2 parents baa568d + 11401a3 commit 76175e8
Show file tree
Hide file tree
Showing 8 changed files with 322 additions and 146 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Address (SS58): 5H8gW16RYqv9pqCVPv8GrxMm3byTiCfe16aA16uXwENsbytA

- Send transaction for confidential payment
```
zeroc tx send -a <AMOUNT> -s <Sender's SEED> -to <Recipient's PUBLIC KEY>
zeroc tx send -a <AMOUNT> -s <Sender's SEED> -t <Recipient's PUBLIC KEY>
```

In the case, Alice sends 10 coins to Bob...
Expand Down
Loading

0 comments on commit 76175e8

Please sign in to comment.