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

Commit 3e700f1

Browse files
committed
Depend on payjoin taproot spend fix
1 parent 015b970 commit 3e700f1

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 2 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cbc = { version = "0.1", features = ["alloc"] }
4444
aes = { version = "0.8" }
4545
jwt-compact = { version = "0.8.0-beta.1", features = ["es256k"] }
4646
argon2 = { version = "0.5.0", features = ["password-hash", "alloc"] }
47-
payjoin = { version = "0.12.0", features = ["v2", "send", "receive", "base64"] }
47+
payjoin = { git = "https://github.com/DanGould/rust-payjoin.git", rev = "dcb934adc595e2f6e9654fe5ec6d66128a298077", features = ["v2", "send", "receive", "base64"] }
4848
gluesql = { version = "0.15", default-features = false, features = ["memory-storage"] }
4949
gluesql-core = "0.15.0"
5050
bincode = "1.3.3"

mutiny-wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ getrandom = { version = "0.2", features = ["js"] }
4141
futures = "0.3.25"
4242
urlencoding = "2.1.2"
4343
once_cell = "1.18.0"
44-
payjoin = { version = "0.12.0", features = ["send", "base64"] }
44+
payjoin = { git = "https://github.com/DanGould/rust-payjoin.git", rev = "dcb934adc595e2f6e9654fe5ec6d66128a298077", features = ["send", "base64"] }
4545
fedimint-core = { git = "https://github.com/fedimint/fedimint.git", rev = "51d09c76b8a15615114d4f2c2663c738d8ff3135" }
4646

4747
# The `console_error_panic_hook` crate provides better debugging of panics by

0 commit comments

Comments
 (0)