mirror of
https://github.com/status-im/topic-democracy.git
synced 2025-02-25 00:28:19 +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);
|
||||
}
|
||||
|
||||
function precomputeDelegateChain(address _start, bool _clean) external {
|
||||
function precomputeDelegation(address _start, bool _clean) external {
|
||||
require(block.number > voteBlockEnd, "Voting running");
|
||||
cacheDelegation(_start,_clean);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user