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

Drop superfluous signatures before submitting tx #10

Open
andywer opened this issue Nov 1, 2018 · 0 comments
Open

Drop superfluous signatures before submitting tx #10

andywer opened this issue Nov 1, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@andywer
Copy link
Contributor

andywer commented Nov 1, 2018

Consider a multi-sig account with the following keys, weights, thresholds:

Key X: Weight 1
Key Y: Weight 1
Key Z: Weight 2

All thresholds: 3

Key X signs first, then key Y signs, then key Z. Only now the tx is sufficiently signed, but it also has more signatures than necessary. The network might (test that!) reject the tx now, due to superfluous signatures.

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

No branches or pull requests

1 participant