Skip to content

Commit

Permalink
Update x/auth/tx/direct.go
Browse files Browse the repository at this point in the history
fix: wrong comment.

Co-authored-by: Sujong Lee <leesj9476@naver.com>
  • Loading branch information
zemyblue and dudong2 authored Feb 15, 2022
1 parent a194422 commit 3bbaa2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/auth/tx/direct.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3bbaa2f

Please sign in to comment.