-
Notifications
You must be signed in to change notification settings - Fork 285
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
multisignature attribute is set twice on multisignature wallet #3262
Comments
Thanks for opening this issue! A maintainer will review this in the next few days and explicitly select labels so you know what's going on. If no reviewer appears after a week, a reminder will be sent out. |
No, I was probably confused by the Is the fact that we set the attribute twice (to the same value) causing any problems? |
No, afaik. But If there is no reason it should probably be avoided. |
Fyi i tried removing it from For reference #3263 |
Afaik it resolves some problems for pool wallets, because |
Sounds like it is necessary then 👍 |
This issue has been closed. If you wish to re-open it please provide additional information. |
The multisignature attribute is currently set twice on the multisignature wallet, in the
applyToSender
as well as in theapplyToRecipient
method. Also the namerecipientWallet
is a bit confusing in this context.core/packages/core-transactions/src/handlers/multi-signature.ts
Lines 106 to 118 in 6dae232
core/packages/core-transactions/src/handlers/multi-signature.ts
Lines 129 to 141 in 6dae232
The text was updated successfully, but these errors were encountered: