-
Notifications
You must be signed in to change notification settings - Fork 204
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
signer: Only merge multisigs if there are more than 1 #822
Conversation
I added a unit test here to confirm that this fixes the bug: https://github.com/acfunk/js-algorand-sdk/pull/2 |
Add test for multisig signer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the fix!
@@ -1,5 +1,15 @@ | |||
/* eslint-env mocha */ | |||
import assert from 'assert'; | |||
import { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note to any other reviewers: these just organize the imports (they are non-functional changes)
Thanks for the contribution @acfunk ! |
Co-authored-by: algochoi <[email protected]>
Allow the ATC signer to create multisigs with a single signature.