Skip to content

Commit abe2cb8

Browse files
committed
save
1 parent fca2c0f commit abe2cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbo/snapshotsync/freezeblocks/block_snapshots.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ func DumpTxs(ctx context.Context, db kv.RoDB, chainConfig *chain.Config, blockFr
717717
parsers.Go(func() error {
718718
valueBuf, err := parse(tv, valueBufs[tx%workers], senders, tx)
719719
if err != nil {
720-
log.Warn("[snapshots] DumpTxs parsing", "err", err, "blockNum", blockNum, "rlp", fmt.Sprintf("%x", v))
720+
log.Warn("[snapshots] DumpTxs parsing", "err", err, "blockNum", blockNum, "rlp", hex.EncodeToString(v))
721721
return fmt.Errorf("%w, block: %d", err, blockNum)
722722
}
723723

0 commit comments

Comments
 (0)