feat: expose commit method on wallet type
This commit is contained in:
@@ -27,6 +27,7 @@ class LiveTxBuilderTest(unittest.TestCase):
|
||||
parallel_requests=1
|
||||
)
|
||||
wallet.apply_update(update)
|
||||
wallet.commit()
|
||||
|
||||
self.assertGreater(wallet.get_balance().total, 0)
|
||||
|
||||
@@ -62,6 +63,7 @@ class LiveTxBuilderTest(unittest.TestCase):
|
||||
parallel_requests=1
|
||||
)
|
||||
wallet.apply_update(update)
|
||||
wallet.commit()
|
||||
|
||||
self.assertGreater(wallet.get_balance().total, 0)
|
||||
|
||||
|
||||
@@ -27,6 +27,7 @@ class LiveWalletTest(unittest.TestCase):
|
||||
parallel_requests=1
|
||||
)
|
||||
wallet.apply_update(update)
|
||||
wallet.commit()
|
||||
|
||||
self.assertGreater(wallet.get_balance().total, 0)
|
||||
|
||||
@@ -58,6 +59,7 @@ class LiveWalletTest(unittest.TestCase):
|
||||
parallel_requests=1
|
||||
)
|
||||
wallet.apply_update(update)
|
||||
wallet.commit()
|
||||
|
||||
self.assertGreater(wallet.get_balance().total, 0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user