mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-25 14:52:17 +00:00
fix formatting of panicf function
This commit is contained in:
parent
0176a834d1
commit
03fafeec2f
@ -99,5 +99,5 @@ func deliverTx(client abcicli.Client, txBytes []byte, codeExp types.CodeType, da
|
|||||||
}*/
|
}*/
|
||||||
|
|
||||||
func panicf(format string, a ...interface{}) {
|
func panicf(format string, a ...interface{}) {
|
||||||
panic(fmt.Sprintf(format, a))
|
panic(fmt.Sprintf(format, a...))
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user