Ver Fonte

contract/money/cargo: added missing blockchain darkfi feature

aggstam há 3 anos atrás
pai
commit
e319e58a8e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      src/contract/money/Cargo.toml

+ 1 - 1
src/contract/money/Cargo.toml

@@ -15,7 +15,7 @@ darkfi-serial = { path = "../../serial", features = ["derive", "crypto"] }
 # The following dependencies are used for the client API and
 # The following dependencies are used for the client API and
 # probably shouldn't be in WASM
 # probably shouldn't be in WASM
 chacha20poly1305 = { version = "0.10.1", optional = true }
 chacha20poly1305 = { version = "0.10.1", optional = true }
-darkfi = { path = "../../../", features = ["zk", "rpc"], optional = true }
+darkfi = { path = "../../../", features = ["zk", "rpc", "blockchain"], optional = true }
 halo2_proofs = { version = "0.2.0", optional = true }
 halo2_proofs = { version = "0.2.0", optional = true }
 log = { version = "0.4.17", optional = true }
 log = { version = "0.4.17", optional = true }
 rand = { version = "0.8.5", optional = true }
 rand = { version = "0.8.5", optional = true }