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 74ce3fe commit fe2af78Copy full SHA for fe2af78
rav_e2e/src/main.rs
@@ -112,7 +112,7 @@ async fn tap_rav_test() -> Result<()> {
112
// trigger_value = 20 / 10,000 = 0.002 GRT
113
// We need to send at least 20 receipts to reach the trigger threshold
114
// Sending slightly more than required to ensure triggering
115
- let num_receipts = 30;
+ let num_receipts = 60;
116
117
println!(
118
"\n=== Sending {} receipts to trigger RAV generation ===",
0 commit comments