Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
Update contracts/proposers/BurnAuction.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Chih Cheng Liang <[email protected]>
kilic and ChihChengLiang authored Dec 14, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2a78593 commit a9c53e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/proposers/BurnAuction.sol
Original file line number Diff line number Diff line change
@@ -117,8 +117,8 @@ contract BurnAuction is Chooser {
deposits[claimer] >= amount,
"BurnAuction, withdraw: insufficient deposit amount for withdraw"
);
claimer.transfer(amount);
updateBalance(claimer, 0, amount);
claimer.transfer(amount);
}

/**

0 comments on commit a9c53e0

Please sign in to comment.