erigon-pulse/turbo/adapter/block_propagator.go
ledgerwatch 2941e754e9
Fix hive tests and reorganise the fix for body download problem (#6515)
Co-authored-by: Alexey Sharp <alexeysharp@Alexeys-iMac.local>
2023-01-06 12:43:46 +00:00

11 lines
200 B
Go

package adapter
import (
"context"
"math/big"
"github.com/ledgerwatch/erigon/core/types"
)
type BlockPropagator func(ctx context.Context, header *types.Header, body *types.RawBody, td *big.Int)