diff options
| author | Luke Hoersten <[email protected]> | 2025-05-28 21:47:45 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2025-05-28 21:47:45 -0500 |
| commit | bda90a6ee41963ae5b8e84878bcba8cab4d83a69 (patch) | |
| tree | b8943ca8d2ce73fa7b6cc5186177e2d167ac0d64 /bitcoind/defaults | |
| parent | 2845b82b8d9962adb07f698001c704b43d60c048 (diff) | |
Simplified wallet disabling.
Diffstat (limited to 'bitcoind/defaults')
| -rw-r--r-- | bitcoind/defaults/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitcoind/defaults/main.yaml b/bitcoind/defaults/main.yaml index 138950d..b4c3ec1 100644 --- a/bitcoind/defaults/main.yaml +++ b/bitcoind/defaults/main.yaml @@ -11,4 +11,4 @@ bitcoind_enable_filterindex: "1" bitcoind_add_node: [] bitcoind_rpc_allow_ip: [] bitcoind_rpc_bind: [] -bitcoind_enable_wallet: false +bitcoind_disable_wallet: "1" |
