We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4b057a + 010d68e commit 5c63d66Copy full SHA for 5c63d66
src/validation.h
@@ -105,7 +105,7 @@ static const unsigned int DATABASE_FLUSH_INTERVAL = 24 * 60 * 60;
105
/** Maximum length of reject messages. */
106
static const unsigned int MAX_REJECT_MESSAGE_LENGTH = 111;
107
/** Average delay between local address broadcasts in seconds. */
108
-static const unsigned int AVG_LOCAL_ADDRESS_BROADCAST_INTERVAL = 24 * 24 * 60;
+static const unsigned int AVG_LOCAL_ADDRESS_BROADCAST_INTERVAL = 24 * 60 * 60;
109
/** Average delay between peer address broadcasts in seconds. */
110
static const unsigned int AVG_ADDRESS_BROADCAST_INTERVAL = 30;
111
/** Average delay between trickled inventory transmissions in seconds.
0 commit comments