()
| 60 | } |
| 61 | |
| 62 | func main() { |
| 63 | SetConfig(true) |
| 64 | tests := []TestCase{CreateDispensationTx{}} |
| 65 | cArgs := CommonArgs{} |
| 66 | for _, test := range tests { |
| 67 | msg, args := test.GetMsgAndArgs(cArgs) |
| 68 | txf, clientCtx := getClientAndFactory(args) |
| 69 | res := BroadCast(txf, clientCtx, msg) |
| 70 | test.Assert(res, &cArgs) |
| 71 | } |
| 72 | } |
nothing calls this directly
no test coverage detected