Deleted unused method from GovPreventLateQuorum

This commit is contained in:
teryanarmen
2022-06-07 17:20:50 -07:00
parent 75a3602ba6
commit ca034ab3df

View File

@ -25,8 +25,6 @@ methods {
hashOperationBatch(address[], uint256[], bytes[], bytes32, bytes32) => DISPATCHER(true) hashOperationBatch(address[], uint256[], bytes[], bytes32, bytes32) => DISPATCHER(true)
executeBatch(address[], uint256[], bytes[], bytes32, bytes32) => CONSTANT executeBatch(address[], uint256[], bytes[], bytes32, bytes32) => CONSTANT
scheduleBatch(address[], uint256[], bytes[], bytes32, bytes32, uint256) => CONSTANT scheduleBatch(address[], uint256[], bytes[], bytes32, bytes32, uint256) => CONSTANT
// checkpoint length ERC721
numCheckpoints(address) returns uint32
} }