Delete unnecesary line

This commit is contained in:
Federico Kunze 2018-08-22 16:16:56 +02:00
parent 092a178c12
commit 11ee255f11
1 changed files with 0 additions and 1 deletions

View File

@ -251,7 +251,6 @@ func (err *sdkError) Code() CodeType {
// Implements ABCIError.
func (err *sdkError) ABCILog() string {
_ = err.Error()
parsedErrMsg := parseCmnError(err.cmnError.Error())
jsonErr := newHumanReadableError(err.codespace, err.code, err.ABCICode(), parsedErrMsg)
bz, er := json.Marshal(jsonErr)