diff options
author | MarcoFalke <falke.marco@gmail.com> | 2019-09-16 13:04:52 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2019-09-16 13:04:56 -0400 |
commit | 796b71363396e2ac99d241f5975c0978cdae3d67 (patch) | |
tree | 471785cab5085177a668bd6849c57bbcac9fce4d | |
parent | cd737214ced756898883c8d940d353f0a1c4f4b9 (diff) | |
parent | 2222c96deec0f636dee6e49efb745f29b06a40a5 (diff) |
Merge #16845: test: Add notes on how to generate data/wallets/high_minversion
2222c96deec0f636dee6e49efb745f29b06a40a5 test: Add notes on how to generate data/wallets/high_minversion (MarcoFalke)
Pull request description:
I forgot to do this in #16796
ACKs for top commit:
ryanofsky:
ACK 2222c96deec0f636dee6e49efb745f29b06a40a5
Tree-SHA512: 5f24ffa641b97eac4febad42ade7228b14fa72335c918a10880c5dec86a3ecc3075a31526f275188e07fea95b8e2c6320c64f716099f604b00e13d5366fcee37
-rw-r--r-- | test/functional/data/wallets/high_minversion/GENERATE.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/functional/data/wallets/high_minversion/GENERATE.md b/test/functional/data/wallets/high_minversion/GENERATE.md new file mode 100644 index 0000000000..e55c4557ca --- /dev/null +++ b/test/functional/data/wallets/high_minversion/GENERATE.md @@ -0,0 +1,8 @@ +The wallet has been created by starting Bitcoin Core with the options +`-regtest -datadir=/tmp -nowallet -walletdir=$(pwd)/test/functional/data/wallets/`. + +In the source code, `WalletFeature::FEATURE_LATEST` has been modified to be large, so that the minversion is too high +for a current build of the wallet. + +The wallet has then been created with the RPC `createwallet high_minversion true true`, so that a blank wallet with +private keys disabled is created. |