mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-19 20:09:26 +00:00
test: Add blocks_path property to TestNode
This commit is contained in:
parent
faba4fc325
commit
fa060c15fb
@ -420,6 +420,10 @@ class TestNode():
|
||||
def debug_log_path(self) -> Path:
|
||||
return self.chain_path / 'debug.log'
|
||||
|
||||
@property
|
||||
def blocks_path(self) -> Path:
|
||||
return self.chain_path / "blocks"
|
||||
|
||||
@property
|
||||
def wallets_path(self) -> Path:
|
||||
return self.chain_path / "wallets"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user