Skip to content

Commit fa060c1

Browse files
author
MarcoFalke
committed
test: Add blocks_path property to TestNode
1 parent faba4fc commit fa060c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: test/functional/test_framework/test_node.py

+4
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,10 @@ def chain_path(self) -> Path:
420420
def debug_log_path(self) -> Path:
421421
return self.chain_path / 'debug.log'
422422

423+
@property
424+
def blocks_path(self) -> Path:
425+
return self.chain_path / "blocks"
426+
423427
@property
424428
def wallets_path(self) -> Path:
425429
return self.chain_path / "wallets"

0 commit comments

Comments
 (0)