|
|
@ -469,7 +469,7 @@ cJSON *electrum_address_gethistory(char *symbol,struct electrum_info *ep,cJSON * |
|
|
|
height = jint(item,"height"); |
|
|
|
if ( (tx= LP_transactionfind(coin,txid)) == 0 ) |
|
|
|
{ |
|
|
|
char str[65]; printf("history txinit %s ht.%d\n",bits256_str(str,txid),height); |
|
|
|
//char str[65]; printf("history txinit %s ht.%d\n",bits256_str(str,txid),height);
|
|
|
|
txobj = LP_transactioninit(coin,txid,0,0); |
|
|
|
txobj = LP_transactioninit(coin,txid,1,txobj); |
|
|
|
if ( txobj != 0 ) |
|
|
|