Update apps/reimbursement/contracts/Reimbursement.sol

Co-authored-by: Sebastian Kippe <sebastian@kip.pe>
This commit is contained in:
bumi 2020-05-29 11:31:51 +02:00 committed by GitHub
parent a0b0183beb
commit 3f8407fa02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);