Skip to content

Commit

Permalink
fix typo received (hyperledger#1920)
Browse files Browse the repository at this point in the history
Signed-off-by: hp <hp_ctt@gmail.com>

Co-authored-by: hp <hp_ctt@gmail.com>
Co-authored-by: Sally MacFarlane <sally.macfarlane@consensys.net>
  • Loading branch information
3 people authored Feb 18, 2021
1 parent 7998b99 commit bebb671
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ public void onMessage(final Packet packet, final DiscoveryPeer sender) {
break;
case ENR_REQUEST:
if (PeerDiscoveryStatus.BONDED.equals(peer.getStatus())) {
LOG.trace("ENR_REQUEST recevied from bonded peer Id: {}", peer.getId());
LOG.trace("ENR_REQUEST received from bonded peer Id: {}", peer.getId());
packet
.getPacketData(ENRRequestPacketData.class)
.ifPresent(p -> respondToENRRequest(p, packet.getHash(), peer));
Expand Down

0 comments on commit bebb671

Please sign in to comment.