Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 4650947

Browse files
Merge pull request #1233 from MutinyWallet/fedimint-fork
Use fedimint fork with wasm sleep fix
2 parents 6e3b9fa + 07338b8 commit 4650947

2 files changed

Lines changed: 26 additions & 34 deletions

File tree

Cargo.lock

Lines changed: 17 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,12 @@ lightning-rapid-gossip-sync = { git = 'https://github.com/MutinyWallet/rust-ligh
2121
lightning-background-processor = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "e660e068f6f93b13dc782b2d607795716b48ed15" }
2222
lightning-transaction-sync = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "e660e068f6f93b13dc782b2d607795716b48ed15" }
2323
lightning-net-tokio = { git = 'https://github.com/MutinyWallet/rust-lightning.git', rev = "e660e068f6f93b13dc782b2d607795716b48ed15" }
24+
25+
fedimint-client = { git = 'https://github.com/MutinyWallet/fedimint.git', rev = "5721e9389fb41cad88bda755a18acc9e0fbabe47" }
26+
fedimint-core = { git = 'https://github.com/MutinyWallet/fedimint.git', rev = "5721e9389fb41cad88bda755a18acc9e0fbabe47" }
27+
fedimint-wallet-client = { git = 'https://github.com/MutinyWallet/fedimint.git', rev = "5721e9389fb41cad88bda755a18acc9e0fbabe47" }
28+
fedimint-mint-client = { git = 'https://github.com/MutinyWallet/fedimint.git', rev = "5721e9389fb41cad88bda755a18acc9e0fbabe47" }
29+
fedimint-ln-client = { git = 'https://github.com/MutinyWallet/fedimint.git', rev = "5721e9389fb41cad88bda755a18acc9e0fbabe47" }
30+
fedimint-bip39 = { git = 'https://github.com/MutinyWallet/fedimint.git', rev = "5721e9389fb41cad88bda755a18acc9e0fbabe47" }
31+
fedimint-ln-common = { git = 'https://github.com/MutinyWallet/fedimint.git', rev = "5721e9389fb41cad88bda755a18acc9e0fbabe47" }
32+
fedimint-tbs = { git = 'https://github.com/MutinyWallet/fedimint.git', rev = "5721e9389fb41cad88bda755a18acc9e0fbabe47" }

0 commit comments

Comments
 (0)