Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--sequence for multisig #1757

Open
taitruong opened this issue Dec 11, 2023 · 0 comments
Open

--sequence for multisig #1757

taitruong opened this issue Dec 11, 2023 · 0 comments

Comments

@taitruong
Copy link

Someone can explain me how multisig signing and broadcast works? I did it multiple times, but sometimes it gets completely stuck, even adjusting gas limits it doesn't help.
I wonder what sequence in signed tx is? Like:

{
  "signatures": [
    {
      "public_key": { "@type": "/cosmos.crypto.secp256k1.PubKey", "key": "..." },
      "data": { "single": { "mode": "SIGN_MODE_LEGACY_AMINO_JSON", "signature": "...." } },
      "sequence": "6"
    }
  ]
}

So here it is sequence 6, if I create another offline tx and sign it, it gets sequence 7. When broadcasting it, it just hangs. So if sequence is the reason. How do I delete an older sequence?

@DariuszDepta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant