Skip to content

Commit 25645ea

Browse files
committed
fix copilot
1 parent 20ab2ed commit 25645ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/rollup-bsn-demo/demo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ echo "🎲 Step 7a: Generating and committing public randomness..."
361361
# Configure parameters for crypto operations
362362
start_height=1
363363
num_pub_rand=50000 # Commit randomness for 50,000 blocks (similar to mainnet)
364-
num_finality_sigs=3 # Submit finality signatures for first 5 blocks
364+
num_finality_sigs=3 # Submit finality signatures for first 3 blocks
365365

366366
echo " → Using crypto-ops to generate randomness (crypto-only)..."
367367
echo " Start height: $start_height, Number of commitments: $num_pub_rand"

0 commit comments

Comments
 (0)