Skip to content

Failed to sign multisig tx: This signature was made with stale data: export fresh multisig data, which other participants must then use #9843

@woodser

Description

@woodser

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:

refresh(false);

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions