From 29a81cbda371ddc31a4e1a444d3d5ea7313b3789 Mon Sep 17 00:00:00 2001 From: coranos Date: Sat, 27 May 2023 12:16:34 -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 9a8cc10134..cb6ba6c94a 100644 --- a/nano/node/json_handler.cpp +++ b/nano/node/json_handler.cpp @@ -1040,7 +1040,7 @@ void nano::json_handler::accounts_frontiers () } if (!frontiers.empty ()) { - response_l.add_child ("frontiers", frontiers); + response_l.add_child ("frontiers", frontiers); } if (!errors.empty ()) {