Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contrib/linearize/example-linearize-testnet.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ hashlist=hashlist.txt
split_year=1
genesis=00000bafbc94add76cb75e2ec92894837288a481e5c005f6563d91623bf8bc2c

# Maximum size in bytes of out-of-order blocks cache in memory
# Maxmimum size in bytes of out-of-order blocks cache in memory
out_of_order_cache_sz = 10000000
2 changes: 1 addition & 1 deletion src/evo/mnhftx.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ class CMNHFManager : public AbstractEHFManager
{
private:
CEvoDB& m_evoDb;
// TODO: move its functionality of ProcessBlock, UndoBlock to specialtxman;
// TODO: move its functionallity of ProcessBlock, UndoBlock to specialtxman;
// it will help to drop dependency on m_chainman, m_qman here (and validation.h)
// Secondly, store in database active EHF signals not for each block;
// but quite opposite: keep only hash of block where signal is added.
Expand Down
Loading