jl777 8 years ago
parent
commit
9677a385f0
  1. 2
      iguana/exchanges/LP_commands.c

2
iguana/exchanges/LP_commands.c

@ -440,7 +440,7 @@ dividends(coin, height, <args>)\n\
if ( (secpstr= jstr(argjson,"pubsecp")) != 0 ) if ( (secpstr= jstr(argjson,"pubsecp")) != 0 )
{ {
decode_hex(pubp->pubsecp,sizeof(pubp->pubsecp),secpstr); decode_hex(pubp->pubsecp,sizeof(pubp->pubsecp),secpstr);
printf("got pubkey.(%s)\n",secpstr); //printf("got pubkey.(%s)\n",secpstr);
} }
} }
//printf("NOTIFIED pub %s rmd160 %s\n",bits256_str(str,pub),rmd160str); //printf("NOTIFIED pub %s rmd160 %s\n",bits256_str(str,pub),rmd160str);

Loading…
Cancel
Save