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

Commit 8929f85

Browse files
committed
Update to release moksha
1 parent 3606842 commit 8929f85

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

Cargo.lock

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

mutiny-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ payjoin = { version = "0.13.0", features = ["send", "base64"] }
4848
bincode = "1.3.3"
4949
hex-conservative = "0.1.1"
5050
async-lock = "3.2.0"
51-
bitcoin-waila = { git = "https://github.com/mutinywallet/bitcoin-waila", rev = "1d6c416fc0abaa2efa78e3dcf28450975d8f7bfe" }
51+
bitcoin-waila = { git = "https://github.com/mutinywallet/bitcoin-waila", rev = "a99b4c8d949661e775593354f8afbefa80aeb44a" }
5252

5353
fedimint-client = "0.3.0"
5454
fedimint-core = "0.3.0"
@@ -58,7 +58,7 @@ fedimint-ln-client = "0.3.0"
5858
fedimint-bip39 = "0.3.0"
5959
fedimint-ln-common = "0.3.0"
6060
fedimint-tbs = "0.3.0"
61-
moksha-core = { git = "https://github.com/ngutech21/moksha", rev = "18d99977965662d46ccec29fecdb0ce493745917" }
61+
moksha-core = "0.2.1"
6262

6363
base64 = "0.13.0"
6464
pbkdf2 = "0.11"

mutiny-wasm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ once_cell = "1.18.0"
4545
hex-conservative = "0.1.1"
4646
payjoin = { version = "0.13.0", features = ["send", "base64"] }
4747
fedimint-core = "0.3.0"
48-
moksha-core = { git = "https://github.com/ngutech21/moksha", rev = "18d99977965662d46ccec29fecdb0ce493745917" }
48+
moksha-core = "0.2.1"
4949

50-
bitcoin-waila = { git = "https://github.com/mutinywallet/bitcoin-waila", rev = "1d6c416fc0abaa2efa78e3dcf28450975d8f7bfe" }
50+
bitcoin-waila = { git = "https://github.com/mutinywallet/bitcoin-waila", rev = "a99b4c8d949661e775593354f8afbefa80aeb44a" }
5151

5252
# The `console_error_panic_hook` crate provides better debugging of panics by
5353
# logging them with `console.error`. This is great for development, but requires

0 commit comments

Comments
 (0)