We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750c2fb commit 2222c96Copy full SHA for 2222c96
test/functional/data/wallets/high_minversion/GENERATE.md
@@ -0,0 +1,8 @@
1
+The wallet has been created by starting Bitcoin Core with the options
2
+`-regtest -datadir=/tmp -nowallet -walletdir=$(pwd)/test/functional/data/wallets/`.
3
+
4
+In the source code, `WalletFeature::FEATURE_LATEST` has been modified to be large, so that the minversion is too high
5
+for a current build of the wallet.
6
7
+The wallet has then been created with the RPC `createwallet high_minversion true true`, so that a blank wallet with
8
+private keys disabled is created.
0 commit comments