diff options
author | Determinant <[email protected]> | 2019-06-26 19:13:43 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2019-06-26 19:13:43 -0400 |
commit | 85552ce1b0bc997f58341f21ab8bbcf7d937ab4b (patch) | |
tree | f1f58dbfcb4f485d97781a011785e3e031fd499f /src | |
parent | 051fb69b7e1bd321e4c780e35f92ea93828b520f (diff) |
change to new (more flexible) p2p design
Diffstat (limited to 'src')
-rw-r--r-- | src/util.cpp | 1 |
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" }; |