Update apps/reimbursement/contracts/Reimbursement.sol

Co-authored-by: Sebastian Kippe <sebastian@kip.pe>
This commit is contained in:
2020-05-29 11:31:51 +02:00
committed by GitHub
parent a0b0183beb
commit 3f8407fa02

View File

@@ -31,7 +31,7 @@ contract Reimbursement is AragonApp {
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 ReimbursementVetoed(uint32 id, address vetoedByAccount);