style: bump golangci-lint (#16667)

This commit is contained in:
Jacob Gadikian
2023-06-23 12:49:34 +00:00
committed by GitHub
parent 59ea0489fa
commit 8d4ff7a19a
29 changed files with 57 additions and 48 deletions
+1 -1
View File
@@ -612,7 +612,7 @@ func (c converter) OpsAndSigners(txBytes []byte) (ops []*rosettatypes.Operation,
var signerStr string
signerStr, err = c.ir.SigningContext().AddressCodec().BytesToString(signer)
if err != nil {
return
return nil, nil, crgerrs.WrapError(crgerrs.ErrCodec, err.Error())
}
signers = append(signers, &rosettatypes.AccountIdentifier{