mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-09-13 11:50:11 +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"
|
|
)
|