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 5617
Build 9296: Bitcoin ABC Buildbot (legacy)
Build 9295: arc lint + arc unit

Event Timeline

Removed superfluous brackets

Fabien added inline comments.
src/interfaces/wallet.h
12 ↗(On Diff #8296)

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 ↗(On Diff #8296)

Linter doesn't want it... lol

111

Removed learnRelatedScripts since it's segwit related.

226

Renamed these variables since they shadow the member variables.

This revision was automatically updated to reflect the committed changes.