mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-28 04:01:40 +00:00
tendermint/binary -> tendermint/wire
This commit is contained in:
@ -43,7 +43,7 @@ func ValidateHandler(handler http.Handler, validators []Validator) http.Handler
|
||||
Path string
|
||||
}{bodyString, pathQuery}
|
||||
// Get sign bytes
|
||||
signBytes := binary.BinaryBytes(tuple)
|
||||
signBytes := wire.BinaryBytes(tuple)
|
||||
// Validate the sign bytes.
|
||||
//if validate(signBytes, validators,
|
||||
log.Info("Should sign", "bytes", signBytes)
|
||||
|
Reference in New Issue
Block a user