From 397d7508513486b5357ced9f1402496719916952 Mon Sep 17 00:00:00 2001 From: Kyrin Date: Thu, 16 Oct 2025 15:14:10 +0800 Subject: [PATCH] Fix formatting in journal.go --- core/txpool/locals/journal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {