Skip to content

Commit 636ba5a

Browse files
committed
fix: follow-up changes to resolve conflict between bitcoin#18788 and bitcoin#23311
1 parent 32aecb0 commit 636ba5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/wallet_multiwallet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ def wallet_file(name):
415415
wallet = os.path.join(self.options.tmpdir, 'my_wallet')
416416
self.nodes[0].createwallet(wallet)
417417
if self.options.descriptors:
418-
exp_stderr = "SQLiteDatabase: Unable to obtain an exclusive lock on the database, is it being used by another dashd?"
418+
exp_stderr = "Unable to obtain an exclusive lock"
419419
else:
420420
exp_stderr = "Error initializing wallet database environment"
421421
assert_raises_rpc_error(-4, exp_stderr, self.nodes[1].loadwallet, wallet)

0 commit comments

Comments
 (0)