good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 15a57373 authored by Alex Sharov's avatar Alex Sharov Committed by GitHub
Browse files

remove debug line (#3406)

parent ba35b31f
No related branches found
No related tags found
No related merge requests found
...@@ -612,7 +612,6 @@ func DumpTxs(ctx context.Context, db kv.RoDB, segmentFile, tmpDir string, blockF ...@@ -612,7 +612,6 @@ func DumpTxs(ctx context.Context, db kv.RoDB, segmentFile, tmpDir string, blockF
if _, err := parseCtx.ParseTransaction(tv, 0, &slot, sender[:], false /* hasEnvelope */); err != nil { if _, err := parseCtx.ParseTransaction(tv, 0, &slot, sender[:], false /* hasEnvelope */); err != nil {
return err return err
} }
fmt.Printf("sender: %d, %d, %x\n", blockNum, len(senders), sender)
if len(senders) > 0 { if len(senders) > 0 {
sender = senders[j] sender = senders[j]
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment