Update tests for bdk-ffi v0.9.0
This commit is contained in:
parent
96889b43a8
commit
d539d8eaf8
@ -38,8 +38,8 @@ class TestSimpleBip84Wallet(unittest.TestCase):
|
|||||||
)
|
)
|
||||||
wallet.sync(blockchain, None)
|
wallet.sync(blockchain, None)
|
||||||
balance = wallet.get_balance()
|
balance = wallet.get_balance()
|
||||||
# print(f"Balance is {balance} sat")
|
# print(f"Balance is {balance.total} sat")
|
||||||
assert balance > 0, "Balance is 0, send testnet coins to tb1qzg4mckdh50nwdm9hkzq06528rsu73hjxxzem3e"
|
assert balance.total > 0, "Balance is 0, send testnet coins to tb1qzg4mckdh50nwdm9hkzq06528rsu73hjxxzem3e"
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user