mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-04 17:52:25 +01:00
test, refactor: add default_wallet_name and wallet_data_filename variables
No changes in behavior
This commit is contained in:
@@ -143,7 +143,7 @@ class KeyPoolTest(BitcoinTestFramework):
|
||||
w2 = nodes[0].get_wallet_rpc('w2')
|
||||
|
||||
# refer to initial wallet as w1
|
||||
w1 = nodes[0].get_wallet_rpc('')
|
||||
w1 = nodes[0].get_wallet_rpc(self.default_wallet_name)
|
||||
|
||||
# import private key and fund it
|
||||
address = addr.pop()
|
||||
|
||||
Reference in New Issue
Block a user