eth-cache

Ethereum chain data caching tools
Log | Files | Refs | LICENSE

commit 19a44a4354795e5ead778764d3f4c1468df5037e
parent 8946dfac77d58c00af5bccf3c954d545f2ebf109
Author: lash <dev@holbrook.no>
Date:   Sat,  5 Mar 2022 07:00:23 +0000

Wrong path property in string render

Diffstat:
Meth_cache/store/file.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eth_cache/store/file.py b/eth_cache/store/file.py @@ -149,4 +149,4 @@ class FileStore: def __str__(self): - return 'FileStore: root {}'.format(self.cache_root) + return 'FileStore: root {}'.format(self.cache_dir)