Page MenuHomePhabricator

Use TxId in CTxMemPool::UpdateTransactionsFromBlock
ClosedPublic

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

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.