Skip to content

Commit 1e59014

Browse files
committed
dup assign
Signed-off-by: jsvisa <[email protected]>
1 parent c6706f0 commit 1e59014

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmd/utils/flags.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2223,9 +2223,6 @@ func MakeChain(ctx *cli.Context, stack *node.Node, readonly bool) (*core.BlockCh
22232223
if journal != "" {
22242224
options.TrieDBJournal = stack.ResolvePath(journal)
22252225
}
2226-
if ctx.IsSet(TrieDBJournalFlag.Name) {
2227-
options.TrieDBJournal = stack.ResolvePath(ctx.String(TrieDBJournalFlag.Name))
2228-
}
22292226
if !ctx.Bool(SnapshotFlag.Name) {
22302227
options.SnapshotLimit = 0 // Disabled
22312228
} else if ctx.IsSet(CacheFlag.Name) || ctx.IsSet(CacheSnapshotFlag.Name) {

0 commit comments

Comments
 (0)