semaphore
semaphore copied to clipboard
fix: correct ProofValidated event scope parameter in test assertions
Fixed copy-paste error in ProofValidated event assertions where proof.merkleTreeRoot was incorrectly used twice. The event's 6th parameter should be proof.scope, so updated 3 test cases (lines 517, 543, 561) to pass the correct value.