-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hi,
I tried to use the plugin to transfer funds to a multisig wallet (1-of-2) as a test.
The wallet was generated by Copay but could be imported into Electron Cash without an issue (past transactions were correctly displayed by Electron Cash so the derivation path must be correct). The Master Public Key displayed in both Copay and Electron Cash is identical.
However, when inputting the Master Public Key in the Inter Wallet Transfer window, transfers were initialized correctly but never reached the target wallet.
On closer inspection, there seems to be an issue with the addresses generated. I am not an expert but the addresses generated start with a 'q' (P2PKH) instead of 'p' (P2SH, which is the address type used by the target wallet).
Sorry maybe I missed some parameter, but could you check if that error is reproducible and fixable?
Thank you,