Browse Source

Merge pull request #519 from jl777/dPoW

DPoW
pull/28/head
jl777 6 years ago
committed by GitHub
parent
commit
a86845f3dc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/komodo_utils.h

4
src/komodo_utils.h

@ -1399,7 +1399,7 @@ void komodo_configfile(char *symbol,uint16_t port)
sprintf(KMDUSERPASS,"%s:%s",username,password);
fclose(fp);
//printf("KOMODO.(%s) -> userpass.(%s)\n",fname,KMDUSERPASS);
} else printf("couldnt open.(%s)\n",fname);
} // else printf("couldnt open.(%s)\n",fname);
}
uint16_t komodo_userpass(char *userpass,char *symbol)
@ -1610,7 +1610,7 @@ void komodo_args(char *argv0)
sprintf(iter == 0 ? KMDUSERPASS : BTCUSERPASS,"%s:%s",username,password);
fclose(fp);
//printf("KOMODO.(%s) -> userpass.(%s)\n",fname,KMDUSERPASS);
} else printf("couldnt open.(%s)\n",fname);
} //else printf("couldnt open.(%s)\n",fname);
if ( IS_KOMODO_NOTARY == 0 )
break;
}

Loading…
Cancel
Save