test: Add notes on how to generate data/wallets/high_minversion
This commit is contained in:
parent
750c2fbf26
commit
2222c96dee
1 changed files with 8 additions and 0 deletions
8
test/functional/data/wallets/high_minversion/GENERATE.md
Normal file
8
test/functional/data/wallets/high_minversion/GENERATE.md
Normal file
|
@ -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.
|
Loading…
Reference in a new issue