Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
valdok committed Jul 7, 2024
1 parent 39fc93b commit 899709e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion explorer/adapter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2252,7 +2252,6 @@ class Adapter : public Node::IObserver, public IAdapter {
void OnData_SizeCompressed_Rel() { m_json.push_back(m_This.MakeDecimalDelta(m_pThis->get_ChainSize(false) - m_pPrev->get_ChainSize(false)).m_sz); }
};


json get_hdrs(uint64_t hMax, uint64_t nMax, uint64_t dh, const TotalsCol* pCols, uint32_t nCols) override
{
std::setmin(nMax, 2048u);
Expand Down

0 comments on commit 899709e

Please sign in to comment.