diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-04-21 18:57:51 -0400 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2020-11-04 12:16:57 -0500 |
commit | a314271f08215feba53ead27096ac7fda34acb3c (patch) | |
tree | 966a1e1cd3995bd9523881118138dd0c6aeb5a97 /test/functional/data | |
parent | bf7635963c03203e7189ddaa56c6b086a0108cbf (diff) |
test: Remove unused wallet.dat
Diffstat (limited to 'test/functional/data')
-rw-r--r-- | test/functional/data/wallets/high_minversion/.walletlock | 0 | ||||
-rw-r--r-- | test/functional/data/wallets/high_minversion/GENERATE.md | 8 | ||||
-rw-r--r-- | test/functional/data/wallets/high_minversion/db.log | 0 | ||||
-rw-r--r-- | test/functional/data/wallets/high_minversion/wallet.dat | bin | 16384 -> 0 bytes |
4 files changed, 0 insertions, 8 deletions
diff --git a/test/functional/data/wallets/high_minversion/.walletlock b/test/functional/data/wallets/high_minversion/.walletlock deleted file mode 100644 index e69de29bb2..0000000000 --- a/test/functional/data/wallets/high_minversion/.walletlock +++ /dev/null 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. diff --git a/test/functional/data/wallets/high_minversion/db.log b/test/functional/data/wallets/high_minversion/db.log deleted file mode 100644 index e69de29bb2..0000000000 --- a/test/functional/data/wallets/high_minversion/db.log +++ /dev/null diff --git a/test/functional/data/wallets/high_minversion/wallet.dat b/test/functional/data/wallets/high_minversion/wallet.dat Binary files differdeleted file mode 100644 index 99ab809263..0000000000 --- a/test/functional/data/wallets/high_minversion/wallet.dat +++ /dev/null |