Integrate SDK Request / Response changes

This commit is contained in:
ok300
2023-10-23 19:38:32 +02:00
parent 1caf35a802
commit 0699adeb9d
12 changed files with 54 additions and 25 deletions

View File

@@ -6,6 +6,6 @@ edition = "2021"
[dependencies]
anyhow = "1"
bip39 = { version = "2", features = ["rand"] }
breez-sdk-core = { git = "https://github.com/breez/breez-sdk", rev = "d6365dc90263f3ad3f65a113fdc016a0bf070d9d" }
breez-sdk-core = { git = "https://github.com/breez/breez-sdk", rev = "3486c951e2422fe4ac3978795849f0b7649a9f1e" }
log = "0.4"
tokio = "1.29"