Browse Source

Update bdk-ldk to fix compile error

patch-1
Alex Sears 3 years ago
committed by John Cantrell
parent
commit
a21569bf14
  1. 2
      Cargo.lock
  2. 2
      Cargo.toml

2
Cargo.lock

@ -186,7 +186,7 @@ dependencies = [
[[package]]
name = "bdk-ldk"
version = "0.1.0"
source = "git+https://github.com/johncantrell97/bdk-ldk#aff5a99953121ad3eaed7a415c2f6d208d2df46f#44a055721735779a6e225e8d4418660741d79dec"
source = "git+https://github.com/johncantrell97/bdk-ldk?rev=44a055721735779a6e225e8d4418660741d79dec#44a055721735779a6e225e8d4418660741d79dec"
dependencies = [
"bdk",
"lightning",

2
Cargo.toml

@ -36,7 +36,7 @@ ureq = { version = "~2.2.0", features = ["json"] }
tokio = { version = "1", features = [ "io-util", "macros", "rt", "rt-multi-thread", "sync", "net", "time" ] }
log = "^0.4"
bdk = { git = "https://github.com/johncantrell97/bdk" }
bdk-ldk = { git = "https://github.com/johncantrell97/bdk-ldk#aff5a99953121ad3eaed7a415c2f6d208d2df46f" }
bdk-ldk = { git = "https://github.com/johncantrell97/bdk-ldk", rev = "44a055721735779a6e225e8d4418660741d79dec" }
tonic = "0.6"
prost = "0.9"
pin-project = "1.0"

Loading…
Cancel
Save