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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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 ↗(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.