fix(simapp): do not overwrite tx options (#17920)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user