Skip to content

Commit 8fee406

Browse files
author
bay
committed
Fix Atri directory bug
1 parent 1551791 commit 8fee406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

p2p/src/tor/arti.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ impl ArtiCore {
698698
.cache_dir(CfgPath::new_literal(base_dir.join("arti").join("cache")));
699699
builder
700700
.storage()
701-
.cache_dir(CfgPath::new_literal(base_dir.join("arti").join("state")));
701+
.state_dir(CfgPath::new_literal(base_dir.join("arti").join("state")));
702702

703703
builder
704704
.stream_timeouts()

0 commit comments

Comments
 (0)