Skip to content

Commit

Permalink
update rust-lightning
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Oct 18, 2024
1 parent 90c3e75 commit 4ca4615
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
15 changes: 8 additions & 7 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ opt-level = "z"
opt-level = "z"

[patch.crates-io]
lightning-background-processor = { git = "https://github.com/jjyr/rust-lightning.git", branch = "fix-channel-manager-wasm32" }
lightning = { git = "https://github.com/jjyr/rust-lightning.git", branch = "fix-channel-manager-wasm32" }
lightning-types = { git = "https://github.com/jjyr/rust-lightning.git", branch = "fix-channel-manager-wasm32" }
lightning-invoice = { git = "https://github.com/jjyr/rust-lightning.git", branch = "fix-channel-manager-wasm32" }
lightning-rapid-gossip-sync = { git = "https://github.com/jjyr/rust-lightning.git", branch = "fix-channel-manager-wasm32" }
lightning-transaction-sync = { git = "https://github.com/jjyr/rust-lightning.git", branch = "fix-channel-manager-wasm32" }
lightning-background-processor = { git = "https://github.com/utxostack/rust-lightning.git", branch = "fix-channel-manager-wasm32" }
lightning = { git = "https://github.com/utxostack/rust-lightning.git", branch = "fix-channel-manager-wasm32" }
lightning-types = { git = "https://github.com/utxostack/rust-lightning.git", branch = "fix-channel-manager-wasm32" }
lightning-invoice = { git = "https://github.com/utxostack/rust-lightning.git", branch = "fix-channel-manager-wasm32" }
lightning-rapid-gossip-sync = { git = "https://github.com/utxostack/rust-lightning.git", branch = "fix-channel-manager-wasm32" }
lightning-transaction-sync = { git = "https://github.com/utxostack/rust-lightning.git", branch = "fix-channel-manager-wasm32" }
2 changes: 1 addition & 1 deletion mutiny-core/src/logging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ impl Logger for MutinyLogger {

match record.level {
Level::Gossip => (), // way too noisy
Level::Trace => debug!("{}", log),
Level::Trace => trace!("{}", log),
Level::Debug => debug!("{}", log),
Level::Info => info!("{}", log),
Level::Warn => warn!("{}", log),
Expand Down

0 comments on commit 4ca4615

Please sign in to comment.