aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2019-06-26 19:13:43 -0400
committerDeterminant <ted.sybil@gmail.com>2019-06-26 19:13:43 -0400
commit85552ce1b0bc997f58341f21ab8bbcf7d937ab4b (patch)
treef1f58dbfcb4f485d97781a011785e3e031fd499f /src
parent051fb69b7e1bd321e4c780e35f92ea93828b520f (diff)
change to new (more flexible) p2p design
Diffstat (limited to 'src')
-rw-r--r--src/util.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.cpp b/src/util.cpp
index f70cb32..b1f60db 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -56,6 +56,7 @@ const char *SALTICIDAE_ERROR_STRINGS[] = {
"tls key does not match the cert",
"tls fail to get peer cert",
"fd error",
+ "rand source is not available, try again",
"unknown error"
};