mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-06-02 15:32:34 +02:00
Revert "test: check importing wallets when blocks are pruned throw an error"
This reverts commit 4aff7a48a4
.
This commit is contained in:
parent
a97791d9fb
commit
e1eadaa72d
@ -358,8 +358,6 @@ class PruneTest(BitcoinTestFramework):
|
|||||||
self.restart_node(2, extra_args=["-prune=550"])
|
self.restart_node(2, extra_args=["-prune=550"])
|
||||||
self.log.info("Success")
|
self.log.info("Success")
|
||||||
|
|
||||||
assert_raises_rpc_error(-4, "Importing wallets is disabled when blocks are pruned", self.nodes[2].importwallet, "abc")
|
|
||||||
|
|
||||||
# check that wallet loads successfully when restarting a pruned node after IBD.
|
# check that wallet loads successfully when restarting a pruned node after IBD.
|
||||||
# this was reported to fail in #7494.
|
# this was reported to fail in #7494.
|
||||||
self.log.info("Syncing node 5 to test wallet")
|
self.log.info("Syncing node 5 to test wallet")
|
||||||
|
Loading…
Reference in New Issue
Block a user