mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 23:09:44 -04:00
correct lint
This commit is contained in:
parent
6b3920f6ab
commit
aa31d6ba22
1 changed files with 0 additions and 3 deletions
|
@ -107,9 +107,6 @@ class WalletMigrationTest(BitcoinTestFramework):
|
||||||
# Now unload so we can copy it to the master node for the migration test
|
# Now unload so we can copy it to the master node for the migration test
|
||||||
self.old_node.unloadwallet(wallet_name)
|
self.old_node.unloadwallet(wallet_name)
|
||||||
|
|
||||||
# Handle different path behavior on Windows vs. other platforms
|
|
||||||
is_windows = platform.system() == 'Windows'
|
|
||||||
|
|
||||||
if wallet_name == "":
|
if wallet_name == "":
|
||||||
src_path = self.old_node.wallets_path / "wallet.dat"
|
src_path = self.old_node.wallets_path / "wallet.dat"
|
||||||
dst_path = self.master_node.wallets_path / "wallet.dat"
|
dst_path = self.master_node.wallets_path / "wallet.dat"
|
||||||
|
|
Loading…
Add table
Reference in a new issue