mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-06 01:51:20 +00:00
TMSPResult tweak
This commit is contained in:
parent
ccc55bd304
commit
1dfc6950dd
@ -28,7 +28,7 @@ func (res Result) IsErr() bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (res Result) Error() string {
|
func (res Result) Error() string {
|
||||||
return fmt.Sprintf("TMSP error code:%v, data:%X, log:%v", res.Code, res.Data, res.Log)
|
return fmt.Sprintf("TMSP code:%v, data:%X, log:%v", res.Code, res.Data, res.Log)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (res Result) PrependLog(log string) Result {
|
func (res Result) PrependLog(log string) Result {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user