Cargo Features
[dependencies]
fedimint-ln-gateway = { version = "0.5.0", default-features = false, features = ["tor"] }
- default = tor
-
The
tor
feature is set by default wheneverfedimint-ln-gateway
is added without
somewhere in the dependency tree.default-features = false - tor default
-
Enables tor of fedimint-api-client and fedimint-client
Affects
rpc::ConnectFedPayload.use_tor
…