This commit is contained in:
jl777
2016-10-27 20:36:54 -03:00
parent f955762459
commit f82834d805
2 changed files with 2 additions and 1 deletions

View File

@@ -66,6 +66,7 @@ void komodo_gateway_deposits(CMutableTransaction& txNew)
int32_t komodo_check_deposit(const CBlock& block) // verify above block is valid pax pricing
{
// reenable rpc auth
return(0);
}

View File

@@ -1113,7 +1113,7 @@ void komodo_configfile(char *symbol,uint16_t port)
fprintf(fp,"rpcuser=user%u\nrpcpassword=pass%s\nrpcport=%u\nserver=1\ntxindex=1\n",crc,line,port);
fclose(fp);
printf("Created (%s)\n",fname);
}
} else printf("Couldnt create (%s)\n",fname);
}
else
{