aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorSuhas Daftuar <sdaftuar@gmail.com>2020-02-26 13:36:35 -0500
committerSuhas Daftuar <sdaftuar@gmail.com>2020-07-19 02:10:42 -0400
commitdd78d1d641178b473ab1156b71a837b9e686792b (patch)
treecfb5148d1ee5abc2bbf12e751c09f5dc27399426 /src/net.h
parent4eb515574e1012bc8ea5dafc3042dcdf4c766f26 (diff)
downloadbitcoin-dd78d1d641178b473ab1156b71a837b9e686792b.tar.xz
Rename AddInventoryKnown() to AddKnownTx()
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);