fix(simapp): do not overwrite tx options (#17920)

This commit is contained in:
Julien Robert
2023-09-29 10:03:24 +00:00
committed by GitHub
parent c889a07ef2
commit b478f26888
8 changed files with 748 additions and 443 deletions
@@ -2723,9 +2723,9 @@ const (
SignMode_SIGN_MODE_DIRECT SignMode = 1
// SIGN_MODE_TEXTUAL is a future signing mode that will verify some
// human-readable textual representation on top of the binary representation
// from SIGN_MODE_DIRECT. It is currently experimental, and should be used
// for testing purposes only, until Textual is fully released. Please follow
// the tracking issue https://github.com/cosmos/cosmos-sdk/issues/11970.
// from SIGN_MODE_DIRECT.
//
// Since: cosmos-sdk 0.50
SignMode_SIGN_MODE_TEXTUAL SignMode = 2
// SIGN_MODE_DIRECT_AUX specifies a signing mode which uses
// SignDocDirectAux. As opposed to SIGN_MODE_DIRECT, this sign mode does not