|
|
@ -259,7 +259,7 @@ bits256 basilisk_swap_spendupdate(int32_t iambob,char *symbol,char *spentaddr,in |
|
|
|
memset(&spendtxid,0,sizeof(spendtxid)); |
|
|
|
if ( (coin= LP_coinfind(symbol)) == 0 ) |
|
|
|
return(spendtxid); |
|
|
|
printf("spentaddr.%s aliceaddr.%s bobaddr.%s Adest.%s Bdest.%s\n",spentaddr,aliceaddr,bobaddr,Adest,dest); |
|
|
|
//printf("spentaddr.%s aliceaddr.%s bobaddr.%s Adest.%s Bdest.%s\n",spentaddr,aliceaddr,bobaddr,Adest,dest);
|
|
|
|
if ( coin->electrum != 0 ) |
|
|
|
{ |
|
|
|
if ( (array= electrum_address_gethistory(symbol,coin->electrum,&array,spentaddr,txids[utxoind])) != 0 ) |
|
|
|