add another print

This commit is contained in:
blackjok3r
2018-09-24 19:45:17 +08:00
parent 1f2745c4f7
commit b2c4fd58ec

View File

@@ -24,6 +24,8 @@ NotarisationsInBlock ScanBlockNotarisations(const CBlock &block, int nHeight)
NotarisationData data;
bool parsed = ParseNotarisationOpReturn(tx, data);
printf("Parsed notarisation data for %s",data.symbol);
if (!parsed) data = NotarisationData();
int authority = GetSymbolAuthority(data.symbol);