diff options
| author | Alexey Ivanov <[email protected]> | 2018-03-19 14:07:17 +0300 |
|---|---|---|
| committer | Alexey Ivanov <[email protected]> | 2018-03-21 15:40:08 +0300 |
| commit | b7fbcc53d043eeb905652063ddc8ee39dad17dae (patch) | |
| tree | 406ae37307e9c5699315149785cecf7880bf553c /src/qt/test/uritests.cpp | |
| parent | Merge #12710: Append scripts to new test_list array to fix bad assignment (diff) | |
| download | discoin-b7fbcc53d043eeb905652063ddc8ee39dad17dae.tar.xz discoin-b7fbcc53d043eeb905652063ddc8ee39dad17dae.zip | |
Qt: Warn users about invalid-BIP21 URI bitcoin://
Diffstat (limited to 'src/qt/test/uritests.cpp')
| -rw-r--r-- | src/qt/test/uritests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/test/uritests.cpp b/src/qt/test/uritests.cpp index 841525063..59938f704 100644 --- a/src/qt/test/uritests.cpp +++ b/src/qt/test/uritests.cpp @@ -51,7 +51,7 @@ void URITests::uriTests() QVERIFY(rv.address == QString("175tWpb8K1S7NmH4Zx6rewF9WQrcZv245W")); QVERIFY(rv.label == QString()); - QVERIFY(GUIUtil::parseBitcoinURI("bitcoin://175tWpb8K1S7NmH4Zx6rewF9WQrcZv245W?message=Wikipedia Example Address", &rv)); + QVERIFY(GUIUtil::parseBitcoinURI("bitcoin:175tWpb8K1S7NmH4Zx6rewF9WQrcZv245W?message=Wikipedia Example Address", &rv)); QVERIFY(rv.address == QString("175tWpb8K1S7NmH4Zx6rewF9WQrcZv245W")); QVERIFY(rv.label == QString()); |