We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32bb8f2 commit 9a5518aCopy full SHA for 9a5518a
celo_sdk/wallet.py
@@ -85,7 +85,7 @@ def fee_currency(self, new_fee_currency: str):
85
86
@gateway_fee_recipient.setter
87
def gateway_fee_recipient(self, new_gateway_fee_recipient: str):
88
- if not self.web3.is_Address(new_gateway_fee_recipient):
+ if not self.web3.isAddress(new_gateway_fee_recipient):
89
raise TypeError("Incorrect gateway fee recipient")
90
self._gateway_fee_recipient = new_gateway_fee_recipient
91
0 commit comments