Skip to content

Commit e4aa631

Browse files
Apply suggestions from code review
Co-authored-by: Radu Bahmata <92028479+BowTiedRadone@users.noreply.github.com>
1 parent 0eb5d63 commit e4aa631

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ x-common-vars:
6060
- &BITCOIN_RPC_PASS devnet
6161
- &MINE_INTERVAL ${MINE_INTERVAL:-2} # time in seconds to wait to mine a block in epoch 2.0
6262
- &MINE_INTERVAL_EPOCH25 ${MINE_INTERVAL_EPOCH25:-1} # time in seconds to wait to mine a block in epoch 2.5
63-
- &MINE_INTERVAL_EPOCH3 ${MINE_INTERVAL_EPOCH3:-30} # 4 min bitcoin block times in epoch 3
63+
- &MINE_INTERVAL_EPOCH3 ${MINE_INTERVAL_EPOCH3:-30} # time in seconds to wait to mine a block in epoch 3.0
6464
- &NAKAMOTO_BLOCK_INTERVAL 2 # seconds to wait between issuing stx-transfer transactions (which triggers Nakamoto block production)
6565
- &STACKS_20_HEIGHT ${STACKS_20_HEIGHT:-0}
6666
- &STACKS_2_05_HEIGHT ${STACKS_2_05_HEIGHT:-203}

0 commit comments

Comments
 (0)