OSDN Git Service

Resolve consensus message sub error (#137)
[bytom/vapor.git] / event / event.go
index 8b08ee5..de421fe 100644 (file)
@@ -33,9 +33,6 @@ type BlockSignatureEvent struct {
        XPub      [64]byte
 }
 
-//NewBlockProposeEvent block propose event which needs to broadcast.
-type NewBlockProposeEvent struct{ Block types.Block }
-
 // TypeMuxEvent is a time-tagged notification pushed to subscribers.
 type TypeMuxEvent struct {
        Time time.Time