diff options
| author | MarcoFalke <[email protected]> | 2019-09-10 09:38:09 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-09-16 09:35:05 -0400 |
| commit | 2222c96deec0f636dee6e49efb745f29b06a40a5 (patch) | |
| tree | 8be65c5307aebe1906b705b91c94126e1a1f8a15 /test/functional/data | |
| parent | Merge #16680: Preparations for more testchains (diff) | |
| download | discoin-2222c96deec0f636dee6e49efb745f29b06a40a5.tar.xz discoin-2222c96deec0f636dee6e49efb745f29b06a40a5.zip | |
test: Add notes on how to generate data/wallets/high_minversion
Diffstat (limited to 'test/functional/data')
| -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 000000000..e55c4557c --- /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. |