diff options
Diffstat (limited to 'node/Peer.hpp')
-rw-r--r-- | node/Peer.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Peer.hpp b/node/Peer.hpp index 947d8861..b4cbe057 100644 --- a/node/Peer.hpp +++ b/node/Peer.hpp @@ -419,7 +419,7 @@ public: * * @param now Current time */ - inline void processBackgroundPeerTasks(int64_t now); + inline void processBackgroundPeerTasks(const int64_t now); /** * Record that the remote peer does have multipath enabled. As is evident by the receipt of a VERB_ACK |