We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
lightning-transaction-sync
1 parent 868a595 commit 7e22b78Copy full SHA for 7e22b78
msrv-no-dev-deps-check/Cargo.toml
@@ -6,6 +6,7 @@ edition = "2021"
6
[dependencies]
7
lightning = { path = "../lightning" }
8
lightning-block-sync = { path = "../lightning-block-sync", features = [ "rest-client", "rpc-client" ] }
9
+lightning-transaction-sync = { path = "../lightning-transaction-sync", features = [ "esplora-async-https", "electrum" ] }
10
lightning-invoice = { path = "../lightning-invoice" }
11
lightning-net-tokio = { path = "../lightning-net-tokio" }
12
lightning-persister = { path = "../lightning-persister" }
0 commit comments