From 3bbaa2f9282839690f05e3501b5736b8fbc6bd6e Mon Sep 17 00:00:00 2001 From: zemyblue Date: Tue, 15 Feb 2022 23:19:14 +0900 Subject: [PATCH] Update x/auth/tx/direct.go fix: wrong comment. Co-authored-by: Sujong Lee --- x/auth/tx/direct.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,