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
creates ui prompt to select multisig account (#5719)
uses 'wallet/getAccounts' RPC to fetch the list of all account names
next uses 'wallet/multisig/getAccountIdentity' to filter accounts that are not
multisig accounts (if an account is not a multisig account then it will not have
an identity)
replaces 'accountPrompt' prompt with 'multisigAccountPrompt' in
'wallet:multisig:sign' command
0 commit comments