MCPcopy Create free account
hub / github.com/Sifchain/sifnode / MakeTestEncodingConfig

Function MakeTestEncodingConfig

x/ethbridge/test/test_helpers.go:219–221  ·  view source on GitHub ↗

create a codec used only for testing

()

Source from the content-addressed store, hash-verified

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

Callers 1

CreateTestKeepersFunction · 0.70

Calls 1

MakeTestEncodingConfigFunction · 0.92

Tested by

no test coverage detected