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 20ab2ed commit 25645eaCopy full SHA for 25645ea
deployments/rollup-bsn-demo/demo.sh
@@ -361,7 +361,7 @@ echo "🎲 Step 7a: Generating and committing public randomness..."
361
# Configure parameters for crypto operations
362
start_height=1
363
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
+num_finality_sigs=3 # Submit finality signatures for first 3 blocks
365
366
echo " → Using crypto-ops to generate randomness (crypto-only)..."
367
echo " Start height: $start_height, Number of commitments: $num_pub_rand"
0 commit comments