Skip to content

Commit 4b18fea

Browse files
BowTiedDevOpswileyj
authored andcommitted
fix testnet node config in signer quickstart page
1 parent ae58fa1 commit 4b18fea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

guides-and-tutorials/running-a-signer/signer-quickstart.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ address = "ST2TFVBMRPS5SSNP98DQKQ5JNB2B6NZM91C4K3P7B"
294294
amount = 10000000000000000
295295
296296
[[burnchain.epochs]]
297-
epoch_name = 1.0
297+
epoch_name = "1.0"
298298
start_height = 0
299299
300300
[[burnchain.epochs]]
@@ -329,7 +329,8 @@ start_height = 6
329329
epoch_name = "3.0"
330330
start_height = 1_900
331331
332-
epoch_name = “3.1”
332+
[[burnchain.epochs]]
333+
epoch_name = "3.1"
333334
start_height = 2_000
334335
EOF
335336
```

0 commit comments

Comments
 (0)