Skip to content

Commit

Permalink
PR #318 NOT compatible with old version nknd. Fixit for compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdmmx committed Oct 10, 2018
1 parent c2e56e5 commit 9596eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions consensus/ising/message.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ const (
BlockResponseMsg IsingMessageType = 0x02
BlockProposalMsg IsingMessageType = 0x03
MindChangingMsg IsingMessageType = 0x04
PingMsg IsingMessageType = 0x05
PongMsg IsingMessageType = 0x06
PingMsg IsingMessageType = 0x07
PongMsg IsingMessageType = 0x08
)

type IsingMessage interface {
Expand Down

0 comments on commit 9596eb3

Please sign in to comment.