Skip to content

Commit

Permalink
fix browser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Oct 12, 2024
1 parent dde0af9 commit 864865c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 12 deletions.
27 changes: 15 additions & 12 deletions Cargo.lock

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

8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@ opt-level = "z"

[profile.release.package.mutiny-wasm]
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" }

0 comments on commit 864865c

Please sign in to comment.