mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-26 11:11:41 +00:00
implementing ExecTx...
This commit is contained in:
@ -49,14 +49,6 @@ func (v *Vote) WriteTo(w io.Writer) (n int64, err error) {
|
||||
return
|
||||
}
|
||||
|
||||
func (v *Vote) GenDocument() []byte {
|
||||
oldSig := v.Signature
|
||||
v.Signature = Signature{}
|
||||
doc := BinaryBytes(v)
|
||||
v.Signature = oldSig
|
||||
return doc
|
||||
}
|
||||
|
||||
func (v *Vote) GetSignature() Signature {
|
||||
return v.Signature
|
||||
}
|
||||
|
Reference in New Issue
Block a user