Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGINGe2ecbe002807: qt: Use IsMine to validate custom change address
rABCe2ecbe002807: qt: Use IsMine to validate custom change address
As part of next diff
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- qt-is-mine
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 859 Build 859: arc lint + arc unit
Event Timeline
Comment Actions
Looking at D540, I understand this better. It still would be beneficial to see if that can be unit tested in some way.
Comment Actions
Rebased and pushed formatting changes.
I don't see how SendCoinsDialog would be testable at all. WalletModel may be testable with some work.
But at least the IsMine function has some test coverage.