Skip to content

Commit

Permalink
revert change about wallet auto-update feature
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Jan 26, 2023
1 parent c36798b commit 8703026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion applications/tari_console_wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
license = "BSD-3-Clause"

[dependencies]
tari_wallet = { path = "../../base_layer/wallet", features = ["bundled_sqlite","auto-update"] }
tari_wallet = { path = "../../base_layer/wallet", features = ["bundled_sqlite"] }
tari_crypto = { git = "https://github.com/tari-project/tari-crypto.git", tag = "v0.16.6" }
tari_common = { path = "../../common" }
tari_app_utilities = { path = "../tari_app_utilities" }
Expand Down
3 changes: 1 addition & 2 deletions base_layer/wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tari_comms = { version = "^0.44", path = "../../comms/core" }
tari_comms_dht = { version = "^0.44", path = "../../comms/dht" }
tari_crypto = { git = "https://github.com/tari-project/tari-crypto.git", tag = "v0.16.6" }
tari_key_manager = { version = "^0.44", path = "../key_manager" }
tari_p2p = { version = "^0.44", path = "../p2p"}
tari_p2p = { version = "^0.44", path = "../p2p", features = ["auto-update"] }
tari_script = { path = "../../infrastructure/tari_script" }
tari_service_framework = { version = "^0.44", path = "../service_framework" }
tari_shutdown = { version = "^0.44", path = "../../infrastructure/shutdown" }
Expand Down Expand Up @@ -71,4 +71,3 @@ default=["bundled_sqlite"]
c_integration = []
avx2 = ["tari_crypto/simd_backend", "tari_core/avx2"]
bundled_sqlite = ["libsqlite3-sys"]
auto-update = ["tari_p2p/auto-update"]

0 comments on commit 8703026

Please sign in to comment.