fix pointless print
This commit is contained in:
@@ -27,9 +27,6 @@ NotarisationsInBlock ScanBlockNotarisations(const CBlock &block, int nHeight)
|
|||||||
|
|
||||||
NotarisationData data;
|
NotarisationData data;
|
||||||
bool parsed = ParseNotarisationOpReturn(tx, data);
|
bool parsed = ParseNotarisationOpReturn(tx, data);
|
||||||
|
|
||||||
printf("Parsed notarisation data for %s \n",data.symbol);
|
|
||||||
|
|
||||||
if (!parsed) data = NotarisationData();
|
if (!parsed) data = NotarisationData();
|
||||||
if (strlen(data.symbol) == 0)
|
if (strlen(data.symbol) == 0)
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user