Bootstrap [ips] from newcoind.cfg.

This commit is contained in:
Arthur Britto
2012-06-20 13:39:14 -07:00
parent 411d056377
commit 71e6921a61
2 changed files with 63 additions and 41 deletions

View File

@@ -33,8 +33,10 @@ class UniqueNodeList
public:
typedef enum {
vsConfig = 'C', // newcoind.cfg
vsInbound = 'I',
vsManual = 'M',
vsReferral = 'R',
vsTold = 'T',
vsValidator = 'V', // validators.txt
vsWeb = 'W',
} validatorSource;