aboutsummaryrefslogtreecommitdiff
path: root/test/functional/data/wallets/high_minversion/GENERATE.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/data/wallets/high_minversion/GENERATE.md')
-rw-r--r--test/functional/data/wallets/high_minversion/GENERATE.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/functional/data/wallets/high_minversion/GENERATE.md b/test/functional/data/wallets/high_minversion/GENERATE.md
deleted file mode 100644
index e55c4557ca..0000000000
--- a/test/functional/data/wallets/high_minversion/GENERATE.md
+++ /dev/null
@@ -1,8 +0,0 @@
-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.