chore: bump rust bdk to alpha 11

This commit is contained in:
Matthew
2024-05-11 14:30:15 -05:00
parent f27bada9c9
commit 97d9bb6fbf
21 changed files with 269 additions and 85 deletions

View File

@@ -72,7 +72,7 @@ class OfflineWalletTest {
assertEquals(
expected = 0uL,
actual = wallet.getBalance().total
actual = wallet.getBalance().total.toSat()
)
}
}