coding
coding copied to clipboard
handling funcs that return errors that are always nil
See https://github.com/tendermint/tendermint/issues/715
Conclusion was to use some PanicOnError func so if it ever changes, we catch it ...