Skip to content

Commit 4343171

Browse files
committed
PR comments - remove unused fields
1 parent b761f1a commit 4343171

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/mining.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,9 @@ seed = "YOUR PRIVATE KEY"
1313
#mock_mining = True
1414

1515
[miner]
16-
# Smallest allowed tx fee, in microSTX
17-
min_tx_fee = 100
1816
# Time to spend on the first attempt to make a block, in milliseconds.
1917
# This can be small, so your node gets a block-commit into the Bitcoin mempool early.
2018
first_attempt_time_ms = 1000
21-
# Time to spend on subsequent attempts to make a block, in milliseconds.
22-
# This can be bigger -- new block-commits will be RBF'ed.
23-
subsequent_attempt_time_ms = 60000
2419
# Time to spend mining a Nakamoto block, in milliseconds.
2520
nakamoto_attempt_time_ms = 20000
2621

0 commit comments

Comments
 (0)