mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-08-23 10:33:14 +00:00

* aggregating error messages * removed duplicate err msgs * removed obsolete test (two times equal behaviour ) * added global error msg module * refactored test utils to have sample types and sample objects by keepers separated * excluded auto-generated code from sonarcube analysis Signed-off-by: Jürgen Eckel <juergen@riddleandcode.com>
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"
|
|
)
|