Skip to content

Commit e1eadaa

Browse files
committed
Revert "test: check importing wallets when blocks are pruned throw an error"
This reverts commit 4aff7a4.
1 parent a97791d commit e1eadaa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/functional/feature_pruning.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,6 @@ def wallet_test(self):
358358
self.restart_node(2, extra_args=["-prune=550"])
359359
self.log.info("Success")
360360

361-
assert_raises_rpc_error(-4, "Importing wallets is disabled when blocks are pruned", self.nodes[2].importwallet, "abc")
362-
363361
# check that wallet loads successfully when restarting a pruned node after IBD.
364362
# this was reported to fail in #7494.
365363
self.log.info("Syncing node 5 to test wallet")

0 commit comments

Comments
 (0)