aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_migration.py
diff options
context:
space:
mode:
authorAndrew Chow <github@achow101.com>2022-11-28 17:10:44 -0500
committerAndrew Chow <github@achow101.com>2023-02-16 13:39:03 -0500
commit7fd125b27d48e410509f3009e2eb9fa5cd6729dd (patch)
treee75ae44b09c0bead3b124b29f356bad50ae71092 /test/functional/wallet_migration.py
parent6bdbc5ff590de18dfb47c31190baad879f68fef7 (diff)
downloadbitcoin-7fd125b27d48e410509f3009e2eb9fa5cd6729dd.tar.xz
wallet: Be able to unlock the wallet for migration
Since migration reloads the wallet, the wallet will always be locked unless the passphrase is given. migratewallet can now take the passphrase in order to unlock the wallet for migration.
Diffstat (limited to 'test/functional/wallet_migration.py')
-rwxr-xr-xtest/functional/wallet_migration.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/wallet_migration.py b/test/functional/wallet_migration.py
index 72c5fe7b84..24373f8113 100755
--- a/test/functional/wallet_migration.py
+++ b/test/functional/wallet_migration.py
@@ -403,7 +403,6 @@ class WalletMigrationTest(BitcoinTestFramework):
wallet.encryptwallet("pass")
- assert_raises_rpc_error(-15, "Error: migratewallet on encrypted wallets is currently unsupported.", wallet.migratewallet)
# TODO: Fix migratewallet so that we can actually migrate encrypted wallets
def run_test(self):