index
:
salticidae
Minimal C++ asynchronous network library.
log msg
author
committer
range
c-bindings
error-handling
master
multiloops
new-lf-queue
one-way-handshake
tls
about
summary
refs
log
tree
commit
diff
path:
root
/
src
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Determinant <ted.sybil@gmail.com>
2019-07-02 15:13:28 -0400
committer
Determinant <ted.sybil@gmail.com>
2019-07-02 15:13:28 -0400
commit
bca672b4d549e7fea43691ad387b003936ef2b8a
(
patch
)
tree
a6c5b01f253a5c848954848c858999aa34054b7d
/
src
parent
ce842602ccac8c10d025a055c966bc32f204f75c
(
diff
)
fill zero for an unloaded uint256_t; other minor changes
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 e88157c..7af1255 100644
--- a/
src/util.cpp
+++ b/
src/util.cpp
@@ -43,6 +43,7 @@ const char *SALTICIDAE_ERROR_STRINGS[] = {
"peer already exists",
"peer does not exist",
"peer is not ready",
+ "client does not exist",
"invalid NetAddr format",
"invalid OptVal format",
"option name already exists",