Skip to content

Commit

Permalink
Depend on payjoin taproot spend fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGould committed Dec 22, 2023
1 parent 015b970 commit 3e700f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion mutiny-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ cbc = { version = "0.1", features = ["alloc"] }
aes = { version = "0.8" }
jwt-compact = { version = "0.8.0-beta.1", features = ["es256k"] }
argon2 = { version = "0.5.0", features = ["password-hash", "alloc"] }
payjoin = { version = "0.12.0", features = ["v2", "send", "receive", "base64"] }
payjoin = { git = "https://github.com/DanGould/rust-payjoin.git", rev = "dcb934adc595e2f6e9654fe5ec6d66128a298077", features = ["v2", "send", "receive", "base64"] }
gluesql = { version = "0.15", default-features = false, features = ["memory-storage"] }
gluesql-core = "0.15.0"
bincode = "1.3.3"
Expand Down
2 changes: 1 addition & 1 deletion mutiny-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ getrandom = { version = "0.2", features = ["js"] }
futures = "0.3.25"
urlencoding = "2.1.2"
once_cell = "1.18.0"
payjoin = { version = "0.12.0", features = ["send", "base64"] }
payjoin = { git = "https://github.com/DanGould/rust-payjoin.git", rev = "dcb934adc595e2f6e9654fe5ec6d66128a298077", features = ["send", "base64"] }
fedimint-core = { git = "https://github.com/fedimint/fedimint.git", rev = "51d09c76b8a15615114d4f2c2663c738d8ff3135" }

# The `console_error_panic_hook` crate provides better debugging of panics by
Expand Down

0 comments on commit 3e700f1

Please sign in to comment.