mirror of https://github.com/nucypher/nucypher.git
Fix agent updated call to minimumAuthorization.
parent
526fb779fa
commit
c035e2c3b8
|
@ -404,7 +404,7 @@ class PREApplicationAgent(EthereumContractAgent):
|
|||
|
||||
@contract_api(CONTRACT_CALL)
|
||||
def get_min_authorization(self) -> int:
|
||||
result = self.contract.functions.minAuthorization().call()
|
||||
result = self.contract.functions.minimumAuthorization().call()
|
||||
return result
|
||||
|
||||
@contract_api(CONTRACT_CALL)
|
||||
|
|
Loading…
Reference in New Issue