Skip to content

Commit

Permalink
Merge pull request #1351 from getlipa/fix/downgrade-lightning-for-mock
Browse files Browse the repository at this point in the history
Downgrade lightning crate for mock
  • Loading branch information
gcomte authored Jan 31, 2025
2 parents b989685 + 9d51618 commit d2af197
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 149 deletions.
151 changes: 4 additions & 147 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion mock/breez-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ chrono = { version = "0.4", features = [] }
hex = "0.4.3"
rand = { version = "0.9.0", features = [] }
bech32 = "0.11.0"
lightning = "0.1.1"
lightning = "0.0.120"
lightning-invoice = "0.28.0"
lazy_static = { version = "1.4.0", features = [] }
secp256k1 = "0.27.0"
2 changes: 1 addition & 1 deletion mock/breez-sdk/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use anyhow::{anyhow, bail, Result};
use bitcoin::hashes::{sha256, Hash};
use lightning_invoice::PaymentSecret;
use lightning::ln::PaymentSecret;
use lightning_invoice::{Currency, InvoiceBuilder};
use rand::{Rng, RngCore};
use secp256k1::{Secp256k1, SecretKey};
Expand Down

0 comments on commit d2af197

Please sign in to comment.