|
|
@ -368,6 +368,7 @@ uint64_t LP_privkey_init(struct LP_peerinfo *mypeer,int32_t mypubsock,char *symb |
|
|
|
printf("cant add privkey for %s, coin not active\n",symbol); |
|
|
|
return(0); |
|
|
|
} |
|
|
|
printf("privkey.%s init\n",symbol); |
|
|
|
if ( passphrase != 0 ) |
|
|
|
conv_NXTpassword(privkey.bytes,pubkey.bytes,(uint8_t *)passphrase,(int32_t)strlen(passphrase)); |
|
|
|
else privkey = iguana_wif2privkey(wifstr); |
|
|
|