diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index 67271e6aa..79ff30f18 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -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); } diff --git a/src/komodo_utils.h b/src/komodo_utils.h index 4ecf2ecc2..108117a60 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -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 {