mirror of
https://github.com/0glabs/0g-chain.git
synced 2025-04-01 14:26:02 +00:00
add counter size output
This commit is contained in:
parent
14eae2e259
commit
f8c338e0c0
@ -231,6 +231,7 @@ func (h *DefaultProposalHandler) PrepareProposalHandler() sdk.PrepareProposalHan
|
||||
})
|
||||
|
||||
ctx.Logger().Info("uncommitted txs", "count", h.mempool.CountTx())
|
||||
ctx.Logger().Info("uncommitted address", "count", len(counter))
|
||||
|
||||
for i := 0; i < 10 && i < len(kvSlice); i++ {
|
||||
ctx.Logger().Info("uncommitted txs", "top", i+1, "address", kvSlice[i].k, "count", kvSlice[i].v)
|
||||
|
Loading…
Reference in New Issue
Block a user