diff --git a/core/txpool/locals/journal.go b/core/txpool/locals/journal.go index ed8b053fa8..d17f066c43 100644 --- a/core/txpool/locals/journal.go +++ b/core/txpool/locals/journal.go @@ -59,7 +59,7 @@ func newTxJournal(path string) *journal { // the specified pool. func (journal *journal) load(add func([]*types.Transaction) []error) error { originalWriter := journal.writer - + // Open the journal for loading any past transactions input, err := os.Open(journal.path) if errors.Is(err, fs.ErrNotExist) {