test: add tests for more advanced txbuilder operations
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user