update comment

This commit is contained in:
amalraj.manigmail.com 2019-03-15 14:13:42 +08:00
parent 5c8aecc15c
commit d650d5522d
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ contract Permissions {
emit AccountAccessModified(_address, _accountAccess);
}
// Add voting account to the network
// Add voting account to the current network
function addVoter(address _address) external
{
uint vId = getVoterIndex(_address);