smallfix + rename

This commit is contained in:
Ricardo Guilherme Schmidt 2019-02-20 02:47:15 -03:00
parent 1b1592fe56
commit c0dd83187d
No known key found for this signature in database
GPG Key ID: BFB3F5C8ED618A94

View File

@ -89,7 +89,8 @@ contract Proposal is Controlled, MessageSigned {
setTabulation(_voter, _claimer, _vote); setTabulation(_voter, _claimer, _vote);
} }
function precomputeDelegateChain(address _start, bool _clean) external { function precomputeDelegation(address _start, bool _clean) external {
require(block.number > voteBlockEnd, "Voting running");
cacheDelegation(_start,_clean); cacheDelegation(_start,_clean);
} }