From eabbcd5af20cc144b273a332d6afe54a8f8a8340 Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Sat, 28 Aug 2021 09:30:15 +0700 Subject: [PATCH] add state check assert routine --- txpool/pool.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txpool/pool.go b/txpool/pool.go index 1baf4afa3..fb2e4b06c 100644 --- a/txpool/pool.go +++ b/txpool/pool.go @@ -607,7 +607,7 @@ func (sc *SendersCache) flush(tx kv.RwTx, byNonce *ByNonce, sendersWithoutTransa return err } } - + fmt.Printf("last sender id:%d\n", sc.senderID) sc.senderIDs = map[string]uint64{} v := make([]byte, 8, 8+32)