Remove nonce log
This commit is contained in:
parent
ff9f10c5b3
commit
fd57f13e63
@ -57,8 +57,6 @@ contract ProposalUtils is Mock, Parameters, Test {
|
||||
uint256 lockTimestamp = block.timestamp + PROPOSAL_DURATION;
|
||||
uint256 accountNonce = ERC20Permit(_tokenAddress).nonces(voter);
|
||||
|
||||
console2.log("Account nonce: %s", accountNonce);
|
||||
|
||||
bytes32 messageHash = keccak256(
|
||||
abi.encodePacked(
|
||||
PERMIT_FUNC_SELECTOR,
|
||||
|
Loading…
Reference in New Issue
Block a user