HomePhabricator

CTxMemPool: consolidate two frequently-printed debug.log lines into one
133dce6a37e6Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

CTxMemPool: consolidate two frequently-printed debug.log lines into one

Previously, a single TX would trigger two log lines in quick succession,

addUnchecked(): size 152
CTxMemPool::accept() : accepted c4cfdd48b7

After this change, only one log line is used:

CTxMemPool::accept() : accepted 98885e65db (poolsz 26)

Details

Provenance
Jeff Garzik <jgarzik@exmulti.com>Authored on May 11 2012, 00:20
Jeff Garzik <jgarzik@redhat.com>Committed on May 11 2012, 00:20
schancelPushed on Jan 5 2018, 21:58
schancelPushed on Jan 5 2018, 21:39
schancelPushed on Jan 5 2018, 21:17
Parents
rSTAGINGe6fd96f05471: Fix osx build
Branches
Unknown
Tags
Unknown

Event Timeline

Jeff Garzik <jgarzik@redhat.com> committed rSTAGING133dce6a37e6: CTxMemPool: consolidate two frequently-printed debug.log lines into one (authored by Jeff Garzik <jgarzik@exmulti.com>).May 11 2012, 00:20