Skip to content

Commit

Permalink
chore: Update esplora-client dependency
Browse files Browse the repository at this point in the history
I'm interested in including a patch[^1] which will forward errors from
the Esplora backend. This will make debugging easier.

[^1]: bitcoindevkit/rust-esplora-client@269360f.
  • Loading branch information
luckysori committed Feb 26, 2024
1 parent 65c3c57 commit 7d85daf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ lightning-rapid-gossip-sync = { git = "https://github.com/bonomat/rust-lightning

rust-bitcoin-coin-selection = { git = "https://github.com/p2pderivatives/rust-bitcoin-coin-selection" }

esplora-client = { git = "https://github.com/bitcoindevkit/rust-esplora-client", rev = "269360f" }

[profile.test.package.proptest]
opt-level = 3

Expand Down

0 comments on commit 7d85daf

Please sign in to comment.