Skip to content

Commit

Permalink
Merge pull request #212 from UnitapApp/fix/get_balance_main
Browse files Browse the repository at this point in the history
fix no return in get balance web3utils
  • Loading branch information
Mohamad Bastin authored Dec 6, 2023
2 parents 565f37a + 5c66223 commit 61f1651
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 61f1651

Please sign in to comment.