correct lint

This commit is contained in:
GarmashAlex 2025-04-28 17:43:06 +03:00 committed by GitHub
parent 6b3920f6ab
commit aa31d6ba22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -107,9 +107,6 @@ class WalletMigrationTest(BitcoinTestFramework):
# Now unload so we can copy it to the master node for the migration test
self.old_node.unloadwallet(wallet_name)
# Handle different path behavior on Windows vs. other platforms
is_windows = platform.system() == 'Windows'
if wallet_name == "":
src_path = self.old_node.wallets_path / "wallet.dat"
dst_path = self.master_node.wallets_path / "wallet.dat"