OSDN Git Service

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