We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995a3de commit 7856a4dCopy full SHA for 7856a4d
scripts/unlocked_funds/test_unlocked_funds.sh
@@ -33,14 +33,15 @@ function send_proof() {
33
--proof ./scripts/test_files/circom_groth16_bn256_script/proof.json \
34
--public_input ./scripts/test_files/circom_groth16_bn256_script/public.json \
35
--vk ./scripts/test_files/circom_groth16_bn256_script/verification_key.json \
36
- --custom_fee_estimate 128 \
+ --custom_fee_estimate 64 \
37
2>&1)
38
39
# Check if UserFundsUnlocked appears in the output
40
if echo "$submit" | grep -q "UserFundsUnlocked"; then
41
log "INFO" "✅ Test successful - UserFundsUnlocked event detected"
42
else
43
log "ERROR" "❌ Test failed - UserFundsUnlocked event not detected"
44
+ log "ERROR" "Submit output: $submit"
45
fi
46
}
47
0 commit comments