diff options
author | Determinant <[email protected]> | 2019-07-02 15:13:28 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 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", |