diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-09-07 15:24:53 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-09-07 15:24:53 -0700 |
| commit | c7a4da3dd3bb429b5d2f69373388b3b22a6544cb (patch) | |
| tree | e116a9e5dffd512cf2cf8a6924fd3cac511dd88a /node/Peer.cpp | |
| parent | 1908aa55f51d63bceb7ed5d4211a4274d732de63 (diff) | |
| download | infinitytier-c7a4da3dd3bb429b5d2f69373388b3b22a6544cb.tar.gz infinitytier-c7a4da3dd3bb429b5d2f69373388b3b22a6544cb.zip | |
Turns out we do not need to pass network to receive().
Diffstat (limited to 'node/Peer.cpp')
| -rw-r--r-- | node/Peer.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/node/Peer.cpp b/node/Peer.cpp index 43daeb13..58faab3b 100644 --- a/node/Peer.cpp +++ b/node/Peer.cpp @@ -70,8 +70,7 @@ void Peer::received( const Packet::Verb verb, const uint64_t inRePacketId, const Packet::Verb inReVerb, - const bool trustEstablished, - const SharedPtr<Network> &network) + const bool trustEstablished) { const uint64_t now = RR->node->now(); |
