mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-27 11:41:39 +00:00
Fix testcases, all looks OK
This commit is contained in:
@ -81,7 +81,7 @@ func (sig SignatureSecp256k1) Equals(other Signature) bool {
|
||||
}
|
||||
|
||||
func SignatureSecp256k1FromBytes(data []byte) Signature {
|
||||
var sig SignatureSecp256k1
|
||||
sig := make(SignatureSecp256k1, len(data))
|
||||
copy(sig[:], data)
|
||||
return sig
|
||||
}
|
||||
|
Reference in New Issue
Block a user