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