|
|
@ -1046,6 +1046,7 @@ int32_t LP_notarization_latest(struct iguana_info *coin) |
|
|
|
blockhash = LP_getbestblockhash(coin); |
|
|
|
if ( bits256_nonz(blockhash) != 0 ) |
|
|
|
{ |
|
|
|
char str[65]; printf("check %s\n",bits256_str(str,blockhash)); |
|
|
|
if ( (blockjson= LP_getblock(coin->symbol,blockhash)) != 0 ) |
|
|
|
{ |
|
|
|
if ( (hasnotarization= LP_hasnotarization(coin,blockjson)) > 0 ) |
|
|
|