Depends on D708
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGING9350110492c6: Support cashaddr in parse/format URI
rABC9350110492c6: Support cashaddr in parse/format URI
added tests
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/qt/guiutil.cpp | ||
---|---|---|
177 ↗ | (On Diff #1817) | This should be able to detect which kind of addresses we are looking at rather than blindly trusting the config. |
src/qt/test/uritests.cpp | ||
26 ↗ | (On Diff #1817) | This whole test should work with and without cashaddr enabled. |
99 ↗ | (On Diff #1817) | dito |
200 ↗ | (On Diff #1817) |
Comment Actions
This should be able to detect which kind of addresses we are looking at rather than blindly trusting the config.
Good idea. This simplifies this change also, since cfg no longer has to be passed to parseBitcoinURI