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

Commit 07338b8

Browse files
committed
Use fedimint fork with wasm sleep fix
1 parent b11e68d commit 07338b8

File tree

2 files changed

+26
-34
lines changed

2 files changed

+26
-34
lines changed

Cargo.lock

+17-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+9
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)