Skip to content

Commit

Permalink
Merge branch 'dynamic-staking-port-fix' of github.com:ava-labs/avalan…
Browse files Browse the repository at this point in the history
…chego into dynamic-staking-port-fix
  • Loading branch information
StephenButtolph committed Jan 13, 2024
2 parents ee9486c + 4844189 commit 37bcb38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion network/peer/peer.go
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ func (p *peer) handlePeerList(msg *p2p.PeerList) {
if ipLen := len(claimedIPPort.IpAddr); ipLen != net.IPv6len {
p.Log.Debug("message with invalid field",
zap.Stringer("nodeID", p.id),
zap.Stringer("messageOp", message.HandshakeOp),
zap.Stringer("messageOp", message.PeerListOp),
zap.String("field", "IP"),
zap.Int("ipLen", ipLen),
)
Expand Down
4 changes: 2 additions & 2 deletions proto/pb/vm/vm_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion proto/vm/vm.proto
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ service VM {
// Creates the HTTP handlers for custom VM network calls.
//
// Note: RPC Chain VM Factory will start a new instance of the VM in a
// seperate process which will populate the static handlers. After this
// separate process which will populate the static handlers. After this
// process is created other processes will be created to populate blockchains,
// but they will not have the static handlers be called again.
rpc CreateStaticHandlers(google.protobuf.Empty) returns (CreateStaticHandlersResponse);
Expand Down

0 comments on commit 37bcb38

Please sign in to comment.