not necessarily convert the wallet to standard since it's still a 2-of-3 MultiSig, 2fa enabled or not.
If so, that's still not possible in the command line since the only options for restore command are:
text (seed, master key, prvKeys or addresses), passphrase (extension), password, encrypt_file and wallet_path.
Ref: github.com/spesmilo/electrum/blob/master/electrum/commands.py#L281
In an additional note, they also prevent 2fa when creating a wallet in the command line.
e.g.: electrum --o create --seed_type "2fa"
result: Unexpected seed type '2fa'
Hi.
Exactly what he meant is what he says nc50lc.
The idea is with the command line disable 2fa so you wont have to use the authenticator app.
You are right that for the restoration command there is no possibility of 2FA deactivation in the command line as it happens with the GUI.
I thought that when it could be done with the GUI that possibility would also exist with the command line.
So clarified is that technical doubt and another thing that I have learned thanks to all of you.
Thanks for your time and for your contributions.
All the best.