mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-23 13:24:18 +00:00
Add listwallets RPC test to multiwallet.py
Github-Pull: #11310 Rebased-From: fb1f3258225a7052f4fc9e3f2accc3811c53e221
This commit is contained in:
parent
d8dd8e7356
commit
b6468d3c42
@ -18,6 +18,8 @@ class MultiWalletTest(BitcoinTestFramework):
|
||||
self.extra_args = [['-wallet=w1', '-wallet=w2', '-wallet=w3']]
|
||||
|
||||
def run_test(self):
|
||||
assert_equal(set(self.nodes[0].listwallets()), {"w1", "w2", "w3"})
|
||||
|
||||
self.stop_node(0)
|
||||
|
||||
# should not initialize if there are duplicate wallets
|
||||
|
Loading…
x
Reference in New Issue
Block a user