Closes #2746. Payment disclosure blobs now use 'zpd:' prefix.

This commit is contained in:
Simon
2017-12-07 10:11:43 -08:00
parent 02c4467cb5
commit 61345ae703
4 changed files with 28 additions and 7 deletions

View File

@@ -87,7 +87,9 @@ public:
// This test creates random payment disclosure blobs and checks that they can be
// 1. inserted and retrieved from a database
// 2. serialized and deserialized without corruption
// 2. serialized and deserialized without corruption
// Note that the zpd: prefix is not part of the payment disclosure blob itself. It is only
// used as convention to improve the user experience when sharing payment disclosure blobs.
TEST(paymentdisclosure, mainnet) {
ECC_Start();
SelectParams(CBaseChainParams::MAIN);