From fa734603b78ba31ebf0da5d2dbe87386eafff01a Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Mon, 19 Aug 2019 17:13:11 -0400 Subject: wallet: Fix segmentation fault in CreateWalletFromFile --- .../functional/data/wallets/high_minversion/.walletlock | 0 test/functional/data/wallets/high_minversion/db.log | 0 test/functional/data/wallets/high_minversion/wallet.dat | Bin 0 -> 16384 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/functional/data/wallets/high_minversion/.walletlock create mode 100644 test/functional/data/wallets/high_minversion/db.log create mode 100644 test/functional/data/wallets/high_minversion/wallet.dat (limited to 'test/functional/data') diff --git a/test/functional/data/wallets/high_minversion/.walletlock b/test/functional/data/wallets/high_minversion/.walletlock new file mode 100644 index 000000000..e69de29bb diff --git a/test/functional/data/wallets/high_minversion/db.log b/test/functional/data/wallets/high_minversion/db.log new file mode 100644 index 000000000..e69de29bb diff --git a/test/functional/data/wallets/high_minversion/wallet.dat b/test/functional/data/wallets/high_minversion/wallet.dat new file mode 100644 index 000000000..99ab80926 Binary files /dev/null and b/test/functional/data/wallets/high_minversion/wallet.dat differ -- cgit v1.2.3