Files
thehub/testing/hub/data.qrc
tomFlowee b5b493542b Rework base58 and tests
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.
2022-12-13 11:34:54 +01:00

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>