Skip to content

Commit a23b93e

Browse files
committed
Fixup: Ignore chain context
1 parent 7733964 commit a23b93e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

go/oasis-node/cmd/storage/storage.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,6 @@ func compactConsensusNodeDB(dataDir string) error {
392392
MemoryOnlyStorage: false,
393393
ReadOnlyStorage: false,
394394
DisableCheckpointer: true,
395-
// ChainContext: doc.ChainContext(), TODO: Should we read this from the doc?
396395
},
397396
)
398397
if err != nil {

0 commit comments

Comments
 (0)