After version 4.0.1, electrum dropped support for the old export format and use "
psbt" similar to Bitcoin Core.
Here's the release notes:
https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES#L302-L306The solution is also written there - all co-signers should have the same version or at least v4.0.1
there is any solution or workaround for this problem?
If the raw transaction came from other source that outputs raw transactions in hex.
You can try to convert it into psbt through Bitcoin Core using the command:
converttopsbt "raw_transaction", the output should be compatible with the latest version of Electrum. It could fail depending on the encoding of the raw txn.
Note: you wont need the blockchain to use the command, just install, open Bitcoin Core then go to 'Window->Console' or use cli.
Thank you for your response.
I'm still getting an error even after restoring both 2 wallets (the multisig wallet and co-sign wallet) I'm getting this error on electrum
The server returned an error when broadcasting the transaction.
Consider trying to connect to a different server, or updating Electrum.
The transaction was rejected because it is too large (in bytes).
How can I use the another option you metioned.
Ty