From f82834d805f42c9c783001f880b5df6d5bbb7c89 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 27 Oct 2016 20:36:54 -0300 Subject: [PATCH] test --- src/komodo_gateway.h | 1 + src/komodo_utils.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 {