Update apps/reimbursement/contracts/Reimbursement.sol
Co-authored-by: Sebastian Kippe <sebastian@kip.pe>
This commit is contained in:
parent
a0b0183beb
commit
3f8407fa02
@ -31,7 +31,7 @@ contract Reimbursement is AragonApp {
|
|||||||
|
|
||||||
uint32 public blocksToWait;
|
uint32 public blocksToWait;
|
||||||
|
|
||||||
event ReimbursementAdded(uint32 id, address indexed addedByAccont, uint256 amount);
|
event ReimbursementAdded(uint32 id, address indexed addedByAccount, uint256 amount);
|
||||||
event ReimbursementClaimed(uint32 id, uint256 amount);
|
event ReimbursementClaimed(uint32 id, uint256 amount);
|
||||||
event ReimbursementVetoed(uint32 id, address vetoedByAccount);
|
event ReimbursementVetoed(uint32 id, address vetoedByAccount);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user