test
This commit is contained in:
@@ -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
|
int32_t komodo_check_deposit(const CBlock& block) // verify above block is valid pax pricing
|
||||||
{
|
{
|
||||||
|
// reenable rpc auth
|
||||||
return(0);
|
return(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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);
|
fprintf(fp,"rpcuser=user%u\nrpcpassword=pass%s\nrpcport=%u\nserver=1\ntxindex=1\n",crc,line,port);
|
||||||
fclose(fp);
|
fclose(fp);
|
||||||
printf("Created (%s)\n",fname);
|
printf("Created (%s)\n",fname);
|
||||||
}
|
} else printf("Couldnt create (%s)\n",fname);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user