test: add tests for more advanced txbuilder operations

This commit is contained in:
thunderbiscuit
2023-12-14 12:19:01 -05:00
parent 252bcaa444
commit bbc6e1a43c
6 changed files with 148 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ class TestLiveWallet(unittest.TestCase):
)
wallet.apply_update(update)
self.assertGreater(wallet.get_balance().total(), 0)
self.assertGreater(wallet.get_balance().total, 0)
recipient = bdk.Address(
address = "tb1qrnfslnrve9uncz9pzpvf83k3ukz22ljgees989",