Skip to content

Commit fb1f325

Browse files
committed
Add listwallets RPC test to multiwallet.py
1 parent b148803 commit fb1f325

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/functional/multiwallet.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ def set_test_params(self):
1818
self.extra_args = [['-wallet=w1', '-wallet=w2', '-wallet=w3']]
1919

2020
def run_test(self):
21+
assert_equal(set(self.nodes[0].listwallets()), {"w1", "w2", "w3"})
22+
2123
self.stop_node(0)
2224

2325
# should not initialize if there are duplicate wallets

0 commit comments

Comments
 (0)