Skip to content

Commit 7856a4d

Browse files
committed
minor improvements
1 parent 995a3de commit 7856a4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/unlocked_funds/test_unlocked_funds.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,15 @@ function send_proof() {
3333
--proof ./scripts/test_files/circom_groth16_bn256_script/proof.json \
3434
--public_input ./scripts/test_files/circom_groth16_bn256_script/public.json \
3535
--vk ./scripts/test_files/circom_groth16_bn256_script/verification_key.json \
36-
--custom_fee_estimate 128 \
36+
--custom_fee_estimate 64 \
3737
2>&1)
3838

3939
# Check if UserFundsUnlocked appears in the output
4040
if echo "$submit" | grep -q "UserFundsUnlocked"; then
4141
log "INFO" "✅ Test successful - UserFundsUnlocked event detected"
4242
else
4343
log "ERROR" "❌ Test failed - UserFundsUnlocked event not detected"
44+
log "ERROR" "Submit output: $submit"
4445
fi
4546
}
4647

0 commit comments

Comments
 (0)