mirror of
https://github.com/status-im/topic-democracy.git
synced 2025-02-25 08:35:14 +00:00
smallfix + rename
This commit is contained in:
parent
1b1592fe56
commit
c0dd83187d
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user