From 0dd91dc5b754c4abac03f47fe2a62c9b8e7fb2dc Mon Sep 17 00:00:00 2001 From: coranos Date: Sat, 27 May 2023 12:14:35 -0500 Subject: [PATCH] debugging --- nano/node/json_handler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nano/node/json_handler.cpp b/nano/node/json_handler.cpp index 127218d25d..9a8cc10134 100644 --- a/nano/node/json_handler.cpp +++ b/nano/node/json_handler.cpp @@ -979,7 +979,7 @@ void nano::json_handler::accounts_representatives () } if (!representatives.empty ()) { - response_l.add_child ("representatives", representatives); + response_l.add_child ("representatives", representatives); } if (!errors.empty ()) {