Browse Source

Test

etomic
jl777 7 years ago
parent
commit
8554b2f600
  1. 2
      iguana/exchanges/LP_utxos.c

2
iguana/exchanges/LP_utxos.c

@ -415,7 +415,7 @@ struct LP_utxoinfo *LP_utxoadd(int32_t iambob,int32_t mypubsock,char *symbol,bit
if ( iambob != 0 && value2 < 9 * (value >> 3) + 100000 ) // big txfee padding if ( iambob != 0 && value2 < 9 * (value >> 3) + 100000 ) // big txfee padding
tmpsatoshis = (((value2 - 100000) / 9) << 3); tmpsatoshis = (((value2 - 100000) / 9) << 3);
else tmpsatoshis = value; else tmpsatoshis = value;
char str[65],str2[65],dispflag = 0; char str[65],str2[65],dispflag = (iambob == 0);
if ( iambob == 0 && bits256_cmp(pubkey,LP_mypubkey) != 0 ) if ( iambob == 0 && bits256_cmp(pubkey,LP_mypubkey) != 0 )
{ {
printf("trying to add Alice utxo when not mine? %s/v%d\n",bits256_str(str,txid),vout); printf("trying to add Alice utxo when not mine? %s/v%d\n",bits256_str(str,txid),vout);

Loading…
Cancel
Save