Merge PR #4189: Fix ErrNoInputs message typo

This commit is contained in:
xwartz 2019-04-25 21:16:38 +08:00 committed by Alexander Bezobchuk
parent 0e54369850
commit 95e3d7d05e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const (
// ErrNoInputs is an error
func ErrNoInputs(codespace sdk.CodespaceType) sdk.Error {
return sdk.NewError(codespace, CodeInvalidInputsOutputs, "no inputs to send transacction")
return sdk.NewError(codespace, CodeInvalidInputsOutputs, "no inputs to send transaction")
}
// ErrNoOutputs is an error