ups
This commit is contained in:
parent
f9e2312846
commit
2ba9a95fcd
@ -112,12 +112,12 @@ contract Reimbursement is Initializable {
|
|||||||
r.hashSize = hashSize;
|
r.hashSize = hashSize;
|
||||||
|
|
||||||
if (confirmedAtBlock > 0) {
|
if (confirmedAtBlock > 0) {
|
||||||
c.confirmedAtBlock = confirmedAtBlock;
|
r.confirmedAtBlock = confirmedAtBlock;
|
||||||
} else {
|
} else {
|
||||||
c.confirmedAtBlock = block.number + 1 + blocksToWait;
|
r.confirmedAtBlock = block.number + 1 + blocksToWait;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (vetoed) { c.vetoed = true; }
|
if (vetoed) { r.vetoed = true; }
|
||||||
|
|
||||||
reimbursementsCount++;
|
reimbursementsCount++;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user