forked from lthn/blockchain
even more minor fixes
This commit is contained in:
parent
b7f30382e1
commit
f355c89fc4
2 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
#include "chaingen.h"
|
||||
#include "pos_block_builder.h"
|
||||
|
||||
using namespace epee;
|
||||
using namespace currency;
|
||||
|
||||
pos_block_builder::pos_block_builder()
|
||||
|
|
|
|||
|
|
@ -105,7 +105,9 @@ struct naive_median
|
|||
if (m_items.empty())
|
||||
return;
|
||||
if (fee_to_check != UINT64_MAX)
|
||||
{
|
||||
ASSERT_EQ(m_items.back().first, fee_to_check);
|
||||
}
|
||||
|
||||
m_items.pop_back();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue