Skip to content

Commit

Permalink
fix: remove Boltz internal txid logging (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
hydra-yse authored Mar 29, 2024
1 parent f7703e1 commit aec000f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions cli/Cargo.lock

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

10 changes: 5 additions & 5 deletions lib/Cargo.lock

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

4 changes: 2 additions & 2 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ anyhow = "1.0.80"
bip39 = { version = "2.0.0", features = ["serde"] }
#boltz-client = "0.1.2"
#boltz-client = { git = "https://github.com/SatoshiPortal/boltz-rust", rev = "61592bcf0ad2e9bd68c593bc87c5a487805b6d00" }
boltz-client = { git = "https://github.com/ok300/boltz-rust", branch = "ok300-expose-error" }
boltz-client = { git = "https://github.com/hydra-yse/boltz-rust", branch = "yse-breez-latest" }
log = "0.4.20"
lwk_common = "0.3.0"
lwk_signer = "0.3.0"
Expand All @@ -22,4 +22,4 @@ rusqlite_migration = "1.0"
thiserror = "1.0.57"

[patch.crates-io]
secp256k1-zkp = {git = "https://github.com/BlockstreamResearch/rust-secp256k1-zkp.git", rev = "60e631c24588a0c9e271badd61959294848c665d"}
secp256k1-zkp = {git = "https://github.com/BlockstreamResearch/rust-secp256k1-zkp.git", rev = "60e631c24588a0c9e271badd61959294848c665d"}

0 comments on commit aec000f

Please sign in to comment.