Cosmetic.

This commit is contained in:
Arthur Britto
2013-01-01 14:35:59 -08:00
parent c78f352035
commit f09543fe8a
4 changed files with 2 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/node
//
// Returns hex of string.
// Returns hex of lowercasing a string.
//
var stringToHex = function (s) {

View File

@@ -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.

View File

@@ -275,7 +275,6 @@ void Config::load()
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))
{
VALIDATION_SEED.setSeedGeneric(strTemp);

View File

@@ -20,9 +20,6 @@ var serverDelay = 1500;
buster.testRunner.timeout = 5000;
var HttpServer = function () {
};
var server;
var server_events;