()
| 21 | } |
| 22 | |
| 23 | func ErrInvalidTxMessage() lib.ErrorI { |
| 24 | return lib.NewError(lib.CodeInvalidTxMessage, lib.StateMachineModule, "invalid transaction message") |
| 25 | } |
| 26 | |
| 27 | func ErrTxFeeBelowStateLimit() lib.ErrorI { |
| 28 | return lib.NewError(lib.CodeFeeBelowState, lib.StateMachineModule, "tx.fee is below state limit") |
no test coverage detected