OSDN Git Service

Peer add announces new block message num limit
[bytom/vapor.git] / event / event.go
index de421fe..e13c92e 100644 (file)
@@ -30,7 +30,7 @@ type NewProposedBlockEvent struct{ Block types.Block }
 type BlockSignatureEvent struct {
        BlockHash bc.Hash
        Signature []byte
-       XPub      [64]byte
+       XPub      []byte
 }
 
 // TypeMuxEvent is a time-tagged notification pushed to subscribers.