Remove null wallet related fields in the output of -getinfo when compiled with no wallet.
This is a backport of Core PR17368
Differential D8258
cli: fix -getinfo output when compiled with no wallet PiRK on Nov 4 2020, 08:57. Authored by
Details
Remove null wallet related fields in the output of -getinfo when compiled with no wallet. This is a backport of Core PR17368 cmake .. -GNinja -DBUILD_BITCOIN_WALLET=OFF ninja src/bitcoind src/bitcoin-cli -getinfo The ouput does not show wallet specific fields, such as walletversion, balance, etc
Diff Detail
Event Timeline |