Skip to content

Commit

Permalink
Changed the protocol version number for Quai1
Browse files Browse the repository at this point in the history
  • Loading branch information
gameofpointers committed Oct 26, 2023
1 parent ea4c484 commit dd8b1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth/protocols/eth/protocol.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (

// Constants to match up protocol versions and messages
const (
QUAI1 = 100
QUAI1 = 101
)

// ProtocolName is the official short name of the `quai` protocol used during
Expand Down

0 comments on commit dd8b1bc

Please sign in to comment.