aboutsummaryrefslogtreecommitdiff
path: root/src/txorphanage.h
diff options
context:
space:
mode:
authorYerzhan Mazhkenov <20302932+yerzhan7@users.noreply.github.com>2021-04-06 21:44:36 +0100
committerYerzhan Mazhkenov <20302932+yerzhan7@users.noreply.github.com>2021-04-07 19:26:25 +0100
commit94c7dd9ac810a60f9c818c494273ad798cbac34b (patch)
tree93c669eb7365ba6aa7d2704bab5f02ffdab6c2fa /src/txorphanage.h
parent9be7fe4849310884294669b019dd8300f69bc334 (diff)
downloadbitcoin-94c7dd9ac810a60f9c818c494273ad798cbac34b.tar.xz
doc: Fix typos from codespell lint
Diffstat (limited to 'src/txorphanage.h')
-rw-r--r--src/txorphanage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/txorphanage.h b/src/txorphanage.h
index dc9fa87dbb..e4266e470a 100644
--- a/src/txorphanage.h
+++ b/src/txorphanage.h
@@ -26,7 +26,7 @@ public:
/** Check if we already have an orphan transaction (by txid or wtxid) */
bool HaveTx(const GenTxid& gtxid) const LOCKS_EXCLUDED(::g_cs_orphans);
- /** Get an orphan transaction and its orginating peer
+ /** Get an orphan transaction and its originating peer
* (Transaction ref will be nullptr if not found)
*/
std::pair<CTransactionRef, NodeId> GetTx(const uint256& txid) const EXCLUSIVE_LOCKS_REQUIRED(g_cs_orphans);