Turns out we do not need to pass network to receive().
This commit is contained in:
parent
1908aa55f5
commit
c7a4da3dd3
3 changed files with 36 additions and 43 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue