From 70f9ac87b650ca5edfcb30768f7846e1b93708bf Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sun, 10 Jan 2021 09:56:40 -0500 Subject: [PATCH] We do not know the gender of Satoshi, and it is a dumb concept anyway --- src/net.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/net.cpp b/src/net.cpp index e60fff06c..b02c9afbc 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -44,7 +44,7 @@ using namespace hush; // Dump addresses to peers.dat every 5 minutes (300s) -// Satoshi originally used 10 seconds(!), did he know something Peter Wuille didn't? +// Satoshi originally used 10 seconds(!), did they know something Peter Wuille didn't? #define DUMP_ADDRESSES_INTERVAL 300 #if !defined(HAVE_MSG_NOSIGNAL) && !defined(MSG_NOSIGNAL)