Skip to content

Commit 5bfdbd3

Browse files
authored
chore: drop unrelated typo fixes per review
Reverts incidental typo corrections in contrib/linearize and src/evo/mnhftx.h that are outside the scope of this PR. Co-authored-by: PastaClaw <thepastaclaw@users.noreply.github.com>
1 parent d1cd212 commit 5bfdbd3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

contrib/linearize/example-linearize-testnet.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ hashlist=hashlist.txt
1616
split_year=1
1717
genesis=00000bafbc94add76cb75e2ec92894837288a481e5c005f6563d91623bf8bc2c
1818

19-
# Maximum size in bytes of out-of-order blocks cache in memory
19+
# Maxmimum size in bytes of out-of-order blocks cache in memory
2020
out_of_order_cache_sz = 10000000

src/evo/mnhftx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class CMNHFManager : public AbstractEHFManager
8989
{
9090
private:
9191
CEvoDB& m_evoDb;
92-
// TODO: move its functionality of ProcessBlock, UndoBlock to specialtxman;
92+
// TODO: move its functionallity of ProcessBlock, UndoBlock to specialtxman;
9393
// it will help to drop dependency on m_chainman, m_qman here (and validation.h)
9494
// Secondly, store in database active EHF signals not for each block;
9595
// but quite opposite: keep only hash of block where signal is added.

0 commit comments

Comments
 (0)