nym-sdk: add nyxd-client feature dependency (#2872)
This commit is contained in:
@@ -14,7 +14,7 @@ gateway-requests = { path = "../../../gateway/gateway-requests" }
|
||||
network-defaults = { path = "../../../common/network-defaults" }
|
||||
nymsphinx = { path = "../../../common/nymsphinx" }
|
||||
task = { path = "../../../common/task" }
|
||||
validator-client = { path = "../../../common/client-libs/validator-client" }
|
||||
validator-client = { path = "../../../common/client-libs/validator-client", features = ["nyxd-client"] }
|
||||
|
||||
futures = "0.3"
|
||||
log = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user