Merge pull request #2799 from designium/patch-2

Update on the example for BlindAction
This commit is contained in:
chriseth 2017-08-24 18:10:12 +02:00 committed by GitHub
commit 5fbe3af12e

View File

@ -467,7 +467,7 @@ high or low invalid bids.
}
// Make it impossible for the sender to re-claim
// the same deposit.
bid.blindedBid = 0;
bid.blindedBid = bytes32(0);
}
msg.sender.transfer(refund);
}