scalus icon indicating copy to clipboard operation
scalus copied to clipboard

Make dummy signatures take into account existing signatures

Open dragospe opened this issue 6 months ago • 0 comments

See #147

One current issue with the way dummy signatures are handled is that it doesn't take into account the actual expectedSigners of the context. This means it might add a dummy signature for a signature that is actually present. And with this fix, if all necessary signatures were present, the transaction would still fail the validation step since the dummy signatures are added regardless.

dragospe avatar Oct 22 '25 10:10 dragospe