Page MenuHomePhabricator

Fix CTxMemPool::ApplyDeltas to accept a reference
ClosedPublic

Authored by schancel on Oct 19 2017, 00:22.

Details

Summary

Changes CTxMemPool::ApplyDeltas to properly accept a reference
for nFeeDelta. This parameter was intended to be a returned
value. It was mistakenly changed as a larger refactor.

Fixes T109

Test Plan

make VERBOSE=1 check && qa/pull-tester/rpc-tests.py

Diff Detail

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

Event Timeline

schancel added a task: Restricted Maniphest Task.
This revision is now accepted and ready to land.Oct 19 2017, 00:24
This revision was automatically updated to reflect the committed changes.