Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

offer alternative methods for customizing TX broadcast privacy #1056

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
212 changes: 195 additions & 17 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ serde_derive = "1.0, <=1.0.171" # avoid precompiled binaries (https://github.co
serde_json = "1.0"
signal-hook = "0.3"
tiny_http = { version = "0.12", optional = true }
pushtx = "0.4.0"

[dependencies.electrs-rocksdb]
version = "0.19.0-e3"
Expand Down
Loading
Loading