You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, signing is performed with incorrect sequence number(0) for non-multisig singing in sign-batch function.
So, we need to provide the appropriate sequence number for signing.
If offline is given as false in the SignTx function, populateAccountFromState is called and the appropriate account number and sequence number are set.
Summary
Currently, signing is performed with incorrect sequence number(0) for non-multisig singing in sign-batch function.
So, we need to provide the appropriate sequence number for signing.
Problem Definition
If offline is given as false in the SignTx function, populateAccountFromState is called and the appropriate account number and sequence number are set.
In the makeSignBatchCmd function, if it is not multisig, the SignTx function is always called with offline value set to true.
Proposal
We need to add the above logic to the makeSignBatchCmd function.
ref. cosmos/cosmos-sdk#13200
For Admin Use
The text was updated successfully, but these errors were encountered: