Skip to content

Commit

Permalink
fix no return in get balance web3utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamad Bastin committed Dec 6, 2023
1 parent 565f37a commit 5c66223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,4 @@ def get_transaction_receipt(self, hash):
return self.w3.eth.get_transaction_receipt(hash)

def get_balance(self, address):
self.w3.eth.get_balance(address)
return self.w3.eth.get_balance(address)

0 comments on commit 5c66223

Please sign in to comment.