X-Git-Url: http://git.osdn.net/view?p=bytom%2Fvapor.git;a=blobdiff_plain;f=event%2Fevent.go;h=e13c92e525aa45fd41e8ae1147b68f1bc0b93a6c;hp=4e76fcb8d93aa002fe3eecfb1512f2e2a015ec90;hb=refs%2Fheads%2Ffix_log;hpb=2d27cad41ef79da3a46142401b5efcf92133ea1a diff --git a/event/event.go b/event/event.go index 4e76fcb8..e13c92e5 100644 --- a/event/event.go +++ b/event/event.go @@ -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.