b5b493542b
The unit tests testing base58 encoding were using univalue JSON parsing, since we deprecatd univalue to be a hub-private lib this has now been ported to Qts JSON parser. Which also makes the clunky cmake hack nice to replace with the QRC files concept. As I was in there anyway, the base58 methods being global scope C-style methods has now been fixed by putting them in a namespace.
8 lines
177 B
Plaintext
8 lines
177 B
Plaintext
<RCC>
|
|
<qresource prefix="">
|
|
<file>blockdata</file>
|
|
<file>base58_keys_invalid.json</file>
|
|
<file>base58_keys_valid.json</file>
|
|
</qresource>
|
|
</RCC>
|