Page MenuHomePhabricator

Use TxId in CTxMemPool::UpdateTransactionsFromBlock
ClosedPublic

Authored by deadalnix on Sep 5 2018, 18:55.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
txmempooltxid
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 3205
Build 4497: Bitcoin ABC Buildbot (legacy)
Build 4496: arc lint + arc unit

Event Timeline

jasonbcox requested changes to this revision.Sep 5 2018, 22:25
jasonbcox added a subscriber: jasonbcox.
jasonbcox added inline comments.
src/txmempool.cpp
130 ↗(On Diff #4776)

hashesToUpdate -> txidsToUpdate

src/txmempool.h
637 ↗(On Diff #4776)

three instances of hashesToUpdate -> txidsToUpdate

This revision now requires changes to proceed.Sep 5 2018, 22:25
This revision is now accepted and ready to land.Sep 6 2018, 16:31
This revision was automatically updated to reflect the committed changes.