Bump bdk-ffi submodule to 0.7.0 tag

This commit is contained in:
thunderbiscuit
2022-06-23 15:21:48 -04:00
parent 03b2097173
commit 5db9b1bc7b
6 changed files with 20 additions and 17 deletions

View File

@@ -24,7 +24,8 @@ class TestSimpleBip84Wallet(unittest.TestCase):
network=bdk.Network.TESTNET,
database_config=db_config
)
address = wallet.get_new_address()
address_info = wallet.get_address(bdk.AddressIndex.LAST_UNUSED)
address = address_info.address
# print(f"New address is {address}")
assert address == "tb1qzg4mckdh50nwdm9hkzq06528rsu73hjxxzem3e", f"Wrong address {address}, should be tb1qzg4mckdh50nwdm9hkzq06528rsu73hjxxzem3e"