Page MenuHomePhabricator

Remove direct bitcoin calls from qt/addresstablemodel.cpp
ClosedPublic

Authored by jasonbcox on Apr 29 2019, 16:00.

Details

Diff Detail

Repository
rABC Bitcoin ABC
Branch
addrtable
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 5618
Build 9298: Bitcoin ABC Buildbot (legacy)
Build 9297: arc lint + arc unit

Event Timeline

Removed superfluous brackets

Fabien added inline comments.
src/interfaces/wallet.h
12

Nit: restore the spaces before the comments to avoid breaking the alignment

This revision is now accepted and ready to land.Apr 30 2019, 10:15
src/interfaces/wallet.h
12

Linter doesn't want it... lol

111 ↗(On Diff #8295)

Removed learnRelatedScripts since it's segwit related.

226 ↗(On Diff #8295)

Renamed these variables since they shadow the member variables.

This revision was automatically updated to reflect the committed changes.