Depends on D747
Details
Details
- Reviewers
deadalnix freetrader mbhinder - Group Reviewers
Restricted Project - Commits
- rSTAGING970e4b5d9c4e: Convert BitcoinAmountField to use Amount class
rABC970e4b5d9c4e: Convert BitcoinAmountField to use Amount class
- make check
- run src/qt/bitcoin-qt --testnet and try sending and receiving some transactions.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- qt-moc-field
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 1255 Build 1255: arc lint + arc unit
Event Timeline
Comment Actions
I do not think make check actually verify the GUI. Running the GUI on testnet and making a transaction there seems like a more appropriate test plan.
Comment Actions
It does run test_bitcoin-qt:
PASS: qt/test/test_bitcoin-qt
But you're right that it probably doesn't cover much. I'll see what I can do.