Browse Source

Test

pass-iguana-arg
jl777 7 years ago
parent
commit
1789387a8a
  1. 3
      iguana/dpow/dpow_network.c

3
iguana/dpow/dpow_network.c

@ -1800,10 +1800,13 @@ 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);
}
}
}
}
if ( bp->ratifysigmasks[1] == bp->pendingratifybestmask ) // have all sigs
{
if ( bp->state < 1000 )

Loading…
Cancel
Save