aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net.h b/src/net.h
index d4d5ba59dc..254c86ec8a 100644
--- a/src/net.h
+++ b/src/net.h
@@ -965,7 +965,7 @@ public:
}
- void AddInventoryKnown(const uint256& hash)
+ void AddKnownTx(const uint256& hash)
{
if (m_tx_relay != nullptr) {
LOCK(m_tx_relay->cs_tx_inventory);