Commit 39ebfce1 authored by Michael de Hoog's avatar Michael de Hoog

goimports

parent ac086453
......@@ -2,10 +2,11 @@ package txmgr
import (
"context"
"github.com/ethereum/go-ethereum/core/types"
"golang.org/x/sync/errgroup"
"math"
"sync"
"github.com/ethereum/go-ethereum/core/types"
"golang.org/x/sync/errgroup"
)
type TxReceipt[T any] struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment