This commit is contained in:
jl777
2018-04-07 20:48:53 +03:00
parent 85d77224f2
commit dfb57be5ec
3 changed files with 10 additions and 2 deletions

View File

@@ -1422,6 +1422,7 @@ uint16_t komodo_userpass(char *userpass,char *symbol)
{
port = komodo_userpass(username,password,fp);
sprintf(userpass,"%s:%s",username,password);
strcpy(ASSETCHAINS_USERPASS,userpass);
fclose(fp);
return((int32_t)strlen(userpass));
}