mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-23 13:22:20 +02:00
scripted-diff: Use blocks_path where possible
-BEGIN VERIFY SCRIPT- sed -i 's|].chain_path / "blocks"|].blocks_path|g' $(git grep -l chain_path) -END VERIFY SCRIPT-
This commit is contained in:
@@ -26,7 +26,7 @@ class SymlinkTest(BitcoinTestFramework):
|
||||
self.stop_node(0)
|
||||
|
||||
rename_and_link(
|
||||
from_name=self.nodes[0].chain_path / "blocks",
|
||||
from_name=self.nodes[0].blocks_path,
|
||||
to_name=dir_new_blocks,
|
||||
)
|
||||
rename_and_link(
|
||||
|
Reference in New Issue
Block a user