From 4ff428a9a64b2745bbf5b8be882df9172fcc3f20 Mon Sep 17 00:00:00 2001 From: thunderbiscuit Date: Thu, 22 Sep 2022 11:18:35 -0400 Subject: [PATCH] Update simple example in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6aacf32..f079730 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ print(f"New BIP84 testnet address: {address} at index {index}") # print wallet balance wallet.sync(blockchain, None) balance = wallet.get_balance() -print(f"Wallet balance is: {balance}") +print(f"Wallet balance is: {balance.total}") """ rust_ext = RustExtension(