Skip to content

Commit

Permalink
explorer node /blocks fix
Browse files Browse the repository at this point in the history
  • Loading branch information
valdok committed Dec 4, 2023
1 parent 847d23a commit cd50b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/adapter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1942,7 +1942,7 @@ class Adapter : public Node::IObserver, public IAdapter {
row = prevRow;
--endHeight;
}
return true;
return result;
}

json get_peers() override
Expand Down

0 comments on commit cd50b52

Please sign in to comment.