Skip to content

Commit

Permalink
Update EIP1132.md - changes in event names
Browse files Browse the repository at this point in the history
  • Loading branch information
nitika-goel committed Sep 10, 2018
1 parent cc61e82 commit 8d1480e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EIPS/eip-1132.md
Expand Up @@ -134,10 +134,10 @@ function totalBalanceOf(address _of) view returns (uint256 amount)
```

### Lock event recorded in the token contract
`event Lock(address indexed _of, uint256 indexed _reason, uint256 _amount, uint256 _validity)`
`event Locked(address indexed _of, uint256 indexed _reason, uint256 _amount, uint256 _validity)`

### Unlock event recorded in the token contract
`event Unlock(address indexed _of, uint256 indexed _reason, uint256 _amount)`
`event Unlocked(address indexed _of, uint256 indexed _reason, uint256 _amount)`

## Test Cases

Expand Down

0 comments on commit 8d1480e

Please sign in to comment.