diff --git a/x/auth/tx/direct.go b/x/auth/tx/direct.go index 7b28ac4f94..845d603a59 100644 --- a/x/auth/tx/direct.go +++ b/x/auth/tx/direct.go @@ -43,7 +43,7 @@ func (signModeDirectHandler) GetSignBytes(mode signingtypes.SignMode, data signi } // DirectSignBytes returns the SIGN_MODE_DIRECT sign bytes for the provided TxBody bytes, AuthInfo bytes, chain ID, -// account number and sequence. +// account number. func DirectSignBytes(bodyBytes, authInfoBytes []byte, chainID string, accnum uint64) ([]byte, error) { signDoc := types.SignDoc{ BodyBytes: bodyBytes,