Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
coranos committed May 27, 2023
1 parent 0dd91dc commit 29a81cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nano/node/json_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 ())
{
Expand Down

0 comments on commit 29a81cb

Please sign in to comment.