-
Notifications
You must be signed in to change notification settings - Fork 125
Multisig bundle validation fails when digests generated with security_level < 3 #276
Comments
hey @woywoy123 I tried the original example with |
@lzpap glad to hear that this is actually a valid bug. Does this also occur with the java implementation? |
@kwek20 any idea about the java multisig implementation? @woywoy123 it might also be that the bug is in the python lib bundle validator, not in the way PyOTA handles multisigs. |
We have this one as an example: I just tested it for multisig with sec 2, 1 and 1, and it doesnt work, but for a different reason :D Ill investigate and let you know @lzpap |
I think I may have found another bug in the multisignature segment. When I try to add in multiple beneficiaries in a Tx it works (sec=3) but I cant specify individual token value transfers. To make this clearer; |
Hi @woywoy123 could you log the above as a separate issue? |
The code above is a slight modification of [1], when you set the security levels and the digests exactly like in [1] this code will work. But when you generate a multisignature address from only 2 digests with security level 1 on each this wont work. Anyone come across this issue?
[1]. https://github.com/iotaledger/iota.py/blob/develop/examples/multisig.py
The text was updated successfully, but these errors were encountered: