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