Skip to content

Commit

Permalink
Update docs/dapp/sapphire/security.md
Browse files Browse the repository at this point in the history
Co-authored-by: Matevž Jekovec <[email protected]>
  • Loading branch information
aefhm and matevz authored Nov 14, 2023
1 parent 85c0617 commit 9ef8751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/dapp/sapphire/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ function transferFrom(address who, address to, uint amount)
{
require( balances[who] >= amount );
require( allowances[who][msg.sender] >= amount );
// ...
}
```

Expand Down

0 comments on commit 9ef8751

Please sign in to comment.