Skip to content

Commit

Permalink
fix: register EventDataSignedBlock (#1002)
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-forbes authored Apr 26, 2023
1 parent cc1bc3f commit 9bfa856
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ type TMEventData interface {

func init() {
cmtjson.RegisterType(EventDataNewBlock{}, "tendermint/event/NewBlock")
cmtjson.RegisterType(EventDataSignedBlock{}, "tendermint/event/NewSignedBlock")
cmtjson.RegisterType(EventDataNewBlockHeader{}, "tendermint/event/NewBlockHeader")
cmtjson.RegisterType(EventDataNewEvidence{}, "tendermint/event/NewEvidence")
cmtjson.RegisterType(EventDataTx{}, "tendermint/event/Tx")
Expand Down

0 comments on commit 9bfa856

Please sign in to comment.