Skip to content

Commit

Permalink
feat: make console wallet ledger default (#6362)
Browse files Browse the repository at this point in the history
Description
---
Make ledger support enabled by default
  • Loading branch information
SWvheerden committed Jun 19, 2024
1 parent 97b5128 commit 4ace36c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/minotari_console_wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ features = ["crossterm"]
tari_features = { path = "../../common/tari_features", version = "1.0.0-pre.14" }

[features]
default = ["libtor"]
default = ["libtor", "ledger"]
grpc = []
ledger = ["ledger-transport-hid", "minotari_ledger_wallet_comms"]
ledger = ["ledger-transport-hid", "minotari_ledger_wallet_comms", "tari_common_types/ledger"]
libtor = ["tari_libtor"]

[package.metadata.cargo-machete]
Expand Down

0 comments on commit 4ace36c

Please sign in to comment.