From bca672b4d549e7fea43691ad387b003936ef2b8a Mon Sep 17 00:00:00 2001 From: Determinant Date: Tue, 2 Jul 2019 15:13:28 -0400 Subject: fill zero for an unloaded uint256_t; other minor changes --- src/util.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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", -- cgit v1.2.3