chore: bump rust bdk to alpha 11
This commit is contained in:
@@ -33,7 +33,7 @@ class LiveTxBuilderTest(unittest.TestCase):
|
||||
wallet.commit()
|
||||
|
||||
self.assertGreater(
|
||||
wallet.get_balance().total,
|
||||
wallet.get_balance().total.to_sat(),
|
||||
0,
|
||||
f"Wallet balance must be greater than 0! Please send funds to {wallet.reveal_next_address(bdk.KeychainKind.EXTERNAL).address.as_string()} and try again."
|
||||
)
|
||||
@@ -73,7 +73,7 @@ class LiveTxBuilderTest(unittest.TestCase):
|
||||
wallet.commit()
|
||||
|
||||
self.assertGreater(
|
||||
wallet.get_balance().total,
|
||||
wallet.get_balance().total.to_sat(),
|
||||
0,
|
||||
f"Wallet balance must be greater than 0! Please send funds to {wallet.reveal_next_address(bdk.KeychainKind.EXTERNAL).address.as_string()} and try again."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user