Get rid of word Family from NewcoinAddress routines.

This commit is contained in:
Arthur Britto
2012-06-13 23:46:00 -07:00
parent 8264fc1d1a
commit 617bd47d07
6 changed files with 97 additions and 97 deletions

View File

@@ -180,7 +180,7 @@ void Config::load()
RPC_ALLOW_REMOTE = boost::lexical_cast<bool>(strTemp);
if (sectionSingleB(secConfig, SECTION_VALIDATION_SEED, strTemp))
VALIDATION_SEED.setFamilySeedGeneric(strTemp);
VALIDATION_SEED.setSeedGeneric(strTemp);
(void) sectionSingleB(secConfig, SECTION_PEER_SSL_CIPHER_LIST, PEER_SSL_CIPHER_LIST);
if (sectionSingleB(secConfig, SECTION_PEER_SCAN_INTERVAL_MIN, strTemp))