rav1112

Results 9 comments of rav1112

I tried with above exception i got ---- ```python {'filter_errors': {'multisigInput': [{'code': 'wrong_type', 'message': 'Address is not valid (allowed types: MultisigAddress).', 'context': {'value': Address(------XXXXXXXX-------'), 'filter': 'Type(MultisigAddress, allow_subclass=True)', 'key': 'multisigInput', 'replacement':...

['Transaction 1 has invalid signature (using 6 fragments).'] I understand that signature are invalid. But I want to understand regarding (using 6 fragments). Can you please explain regarding this? Also...

Ya Error is coming from multisig process. I have double check the conditions but not able to figure out what will be the problem. I am doing N-of-N Signing Process...

I recreated multisignature address from the scratch but then too it is giving same error i.e. Transaction 1 has invalid signature (using 6 fragments). after signing the process. I have...

In JS lib, It is giving same result for digests and multisignature address. But after signing and validated it is transfering the value properly ... while in pyota it gives...

Yes the bundle have Signature attached to the transactions. Its something while validate_signature_fragments() it returns false which means **return actual_public_key == public_key.as_trits()** is **false** basically it is not satisfying the...

Ok ! Thanks! Let me know once it is done! Also can you tell me the tentative date that how long it can take as I m stuck in one...

Yes because I have send the some iotas. So how can we avoid this as I need all the transactions.Actually it is from first Address. In javascript, It is giving...