aboutsummaryrefslogtreecommitdiff
path: root/src/validation.h
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2017-05-26 11:47:07 -0700
committerPieter Wuille <pieter.wuille@gmail.com>2017-05-26 11:47:07 -0700
commit010d68e8023a07ff85d58cd1aff80c6a63e8249d (patch)
tree7adc86f82696e37dab6c25c9ca7bf4a411315553 /src/validation.h
parent4314544d46e8e46c3c9da60f1d18297f52f58418 (diff)
downloadbitcoin-010d68e8023a07ff85d58cd1aff80c6a63e8249d.tar.xz
Broadcast address every day, not 9 hours
Diffstat (limited to 'src/validation.h')
-rw-r--r--src/validation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validation.h b/src/validation.h
index b19c3ff4f7..c46f89af72 100644
--- a/src/validation.h
+++ b/src/validation.h
@@ -105,7 +105,7 @@ static const unsigned int DATABASE_FLUSH_INTERVAL = 24 * 60 * 60;
/** Maximum length of reject messages. */
static const unsigned int MAX_REJECT_MESSAGE_LENGTH = 111;
/** Average delay between local address broadcasts in seconds. */
-static const unsigned int AVG_LOCAL_ADDRESS_BROADCAST_INTERVAL = 24 * 24 * 60;
+static const unsigned int AVG_LOCAL_ADDRESS_BROADCAST_INTERVAL = 24 * 60 * 60;
/** Average delay between peer address broadcasts in seconds. */
static const unsigned int AVG_ADDRESS_BROADCAST_INTERVAL = 30;
/** Average delay between trickled inventory transmissions in seconds.