mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
Merge 171cd05ae3 into merged_master (Bitcoin PR #20034)
This commit is contained in:
commit
62faba7499
27 changed files with 94 additions and 92 deletions
|
|
@ -94,7 +94,7 @@ class TestBitcoinCli(BitcoinTestFramework):
|
|||
assert_equal(self.nodes[0].cli.getwalletinfo(), wallet_info)
|
||||
|
||||
# Setup to test -getinfo, -generate, and -rpcwallet= with multiple wallets.
|
||||
wallets = ['', 'Encrypted', 'secret']
|
||||
wallets = [self.default_wallet_name, 'Encrypted', 'secret']
|
||||
amounts = [BALANCE + Decimal('9.9998818'), Decimal(9), Decimal(31)]
|
||||
self.nodes[0].createwallet(wallet_name=wallets[1])
|
||||
self.nodes[0].createwallet(wallet_name=wallets[2])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue