From f09543fe8ac451988efb5be229764ede843767e7 Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Tue, 1 Jan 2013 14:35:59 -0800 Subject: [PATCH] Cosmetic. --- bin/hexify.js | 2 +- rippled-example.cfg | 2 +- src/cpp/ripple/Config.cpp | 1 - test/jsonrpc-test.js | 3 --- 4 files changed, 2 insertions(+), 6 deletions(-) diff --git a/bin/hexify.js b/bin/hexify.js index 231ee8b684..1c14f646f9 100755 --- a/bin/hexify.js +++ b/bin/hexify.js @@ -1,6 +1,6 @@ #!/usr/bin/node // -// Returns hex of string. +// Returns hex of lowercasing a string. // var stringToHex = function (s) { diff --git a/rippled-example.cfg b/rippled-example.cfg index 3e6ba5bc0e..c37cd9c0ec 100644 --- a/rippled-example.cfg +++ b/rippled-example.cfg @@ -52,7 +52,7 @@ # # [ips]: # Only valid in "rippled.cfg", "ripple.txt", and the referered [ips_url]. -# List of ips where the Newcoin protocol is avialable. +# List of ips where the Ripple protocol is avialable. # One ipv4 or ipv6 address per line. # A port may optionally be specified after adding a space to the address. # By convention, if known, IPs are listed in from most to least trusted. diff --git a/src/cpp/ripple/Config.cpp b/src/cpp/ripple/Config.cpp index d60cbc6f9d..943b5b727e 100644 --- a/src/cpp/ripple/Config.cpp +++ b/src/cpp/ripple/Config.cpp @@ -274,7 +274,6 @@ void Config::load() sectionSingleB(secConfig, SECTION_WEBSOCKET_SSL_CERT, WEBSOCKET_SSL_CERT); sectionSingleB(secConfig, SECTION_WEBSOCKET_SSL_CHAIN, WEBSOCKET_SSL_CHAIN); sectionSingleB(secConfig, SECTION_WEBSOCKET_SSL_KEY, WEBSOCKET_SSL_KEY); - if (sectionSingleB(secConfig, SECTION_VALIDATION_SEED, strTemp)) { diff --git a/test/jsonrpc-test.js b/test/jsonrpc-test.js index 1c1421666e..ffad70ba60 100644 --- a/test/jsonrpc-test.js +++ b/test/jsonrpc-test.js @@ -20,9 +20,6 @@ var serverDelay = 1500; buster.testRunner.timeout = 5000; -var HttpServer = function () { -}; - var server; var server_events;