mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Cosmetic.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/node
|
#!/usr/bin/node
|
||||||
//
|
//
|
||||||
// Returns hex of string.
|
// Returns hex of lowercasing a string.
|
||||||
//
|
//
|
||||||
|
|
||||||
var stringToHex = function (s) {
|
var stringToHex = function (s) {
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
#
|
#
|
||||||
# [ips]:
|
# [ips]:
|
||||||
# Only valid in "rippled.cfg", "ripple.txt", and the referered [ips_url].
|
# 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.
|
# One ipv4 or ipv6 address per line.
|
||||||
# A port may optionally be specified after adding a space to the address.
|
# 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.
|
# By convention, if known, IPs are listed in from most to least trusted.
|
||||||
|
|||||||
@@ -275,7 +275,6 @@ void Config::load()
|
|||||||
sectionSingleB(secConfig, SECTION_WEBSOCKET_SSL_CHAIN, WEBSOCKET_SSL_CHAIN);
|
sectionSingleB(secConfig, SECTION_WEBSOCKET_SSL_CHAIN, WEBSOCKET_SSL_CHAIN);
|
||||||
sectionSingleB(secConfig, SECTION_WEBSOCKET_SSL_KEY, WEBSOCKET_SSL_KEY);
|
sectionSingleB(secConfig, SECTION_WEBSOCKET_SSL_KEY, WEBSOCKET_SSL_KEY);
|
||||||
|
|
||||||
|
|
||||||
if (sectionSingleB(secConfig, SECTION_VALIDATION_SEED, strTemp))
|
if (sectionSingleB(secConfig, SECTION_VALIDATION_SEED, strTemp))
|
||||||
{
|
{
|
||||||
VALIDATION_SEED.setSeedGeneric(strTemp);
|
VALIDATION_SEED.setSeedGeneric(strTemp);
|
||||||
|
|||||||
@@ -20,9 +20,6 @@ var serverDelay = 1500;
|
|||||||
|
|
||||||
buster.testRunner.timeout = 5000;
|
buster.testRunner.timeout = 5000;
|
||||||
|
|
||||||
var HttpServer = function () {
|
|
||||||
};
|
|
||||||
|
|
||||||
var server;
|
var server;
|
||||||
var server_events;
|
var server_events;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user