I'm observing a pattern with multisig wallets, where if importing multisig info fails the first time (e.g. no connection to daemon), then it succeeds the second time, then it'll cause an error when signing a multisig tx:
-35: Failed to sign multisig tx: This signature was made with stale data: export fresh multisig data, which other participants must then use
The issue might appear if there's an error syncing with the daemon here:
In that case I have to create the multisig tx anew, and then have the original peer complete the signing
Hoping someone might have an idea of what could cause this "stale data" error if import_multisig_info is called twice because the first request fails. Seems to be a bug of some kind.