Update simple example in setup.py

This commit is contained in:
thunderbiscuit 2022-09-22 11:18:35 -04:00
parent d539d8eaf8
commit 4ff428a9a6
No known key found for this signature in database
GPG Key ID: 88253696EB836462

View File

@ -48,7 +48,7 @@ print(f"New BIP84 testnet address: {address} at index {index}")
# print wallet balance # print wallet balance
wallet.sync(blockchain, None) wallet.sync(blockchain, None)
balance = wallet.get_balance() balance = wallet.get_balance()
print(f"Wallet balance is: {balance}") print(f"Wallet balance is: {balance.total}")
""" """
rust_ext = RustExtension( rust_ext = RustExtension(