create a codec used only for testing
()
| 217 | |
| 218 | // create a codec used only for testing |
| 219 | func MakeTestEncodingConfig() simappparams.EncodingConfig { |
| 220 | return app.MakeTestEncodingConfig() |
| 221 | } |
| 222 | |
| 223 | const ( |
| 224 | AddressKey1 = "A58856F0FD53BF058B4909A21AEC019107BA6" |
no test coverage detected