diff --git a/iguana/dpow/dpow_network.c b/iguana/dpow/dpow_network.c index 5d2c5b208..9661180ee 100755 --- a/iguana/dpow/dpow_network.c +++ b/iguana/dpow/dpow_network.c @@ -1800,7 +1800,10 @@ void dpow_ratify_update(struct supernet_info *myinfo,struct dpow_info *dp,struct printf("dont have %s %s utxo, please send funds\n",dp->symbol,srcaddr); } else if ( strcmp(dp->symbol,"CHIPS") == 0 ) + { + char str[65]; printf("myind.%d %s/v%d\n",i,bits256_str(str,bp->notaries[i].src.prev_hash),bp->notaries[i].src.prev_vout); + } } } }