mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-11-28 00:03:32 +00:00
7 lines
119 B
Go
7 lines
119 B
Go
package ante
|
|
|
|
var (
|
|
ErrorAnteContext = "error during CheckTx or ReCheckTx"
|
|
ErrorTxFeeTx = "Tx must be a FeeTx"
|
|
)
|