Skip to content

Commit

Permalink
Merge pull request #7181
Browse files Browse the repository at this point in the history
9bbe71b net: Add and document network messages in protocol.h (Wladimir J. van der Laan)
  • Loading branch information
laanwj committed Dec 11, 2015
2 parents f7f44b1 + 9bbe71b commit d1e17ff
Show file tree
Hide file tree
Showing 5 changed files with 283 additions and 73 deletions.
2 changes: 1 addition & 1 deletion src/alert.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ bool CAlert::RelayTo(CNode* pnode) const
AppliesToMe() ||
GetAdjustedTime() < nRelayUntil)
{
pnode->PushMessage("alert", *this);
pnode->PushMessage(NetMsgType::ALERT, *this);
return true;
}
}
Expand Down
Loading

0 comments on commit d1e17ff

Please sign in to comment.