mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +00:00
Fix formatting in journal.go
This commit is contained in:
parent
d4dece7f86
commit
397d750851
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ func newTxJournal(path string) *journal {
|
||||||
// the specified pool.
|
// the specified pool.
|
||||||
func (journal *journal) load(add func([]*types.Transaction) []error) error {
|
func (journal *journal) load(add func([]*types.Transaction) []error) error {
|
||||||
originalWriter := journal.writer
|
originalWriter := journal.writer
|
||||||
|
|
||||||
// Open the journal for loading any past transactions
|
// Open the journal for loading any past transactions
|
||||||
input, err := os.Open(journal.path)
|
input, err := os.Open(journal.path)
|
||||||
if errors.Is(err, fs.ErrNotExist) {
|
if errors.Is(err, fs.ErrNotExist) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue