Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion builder/files/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ syncmode = "full"
# snapshot = true
# "bor.logs" = false
# ethstats = ""
# witnessprotocol = false
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better to remove it from here and add it in it's original place somewhere below in the config. bor dumpconfig command will help

# [witness]
# enable = false
# devfakeauthor = false
# ["eth.requiredblocks"]

Expand Down
3 changes: 2 additions & 1 deletion packaging/templates/mainnet-v1/sentry/sentry/bor/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ syncmode = "full"
# gcmode = "full"
# snapshot = true
# ethstats = ""
# witnessprotocol = false
# [witness]
# enable = false
# devfakeauthor = false

# ["eth.requiredblocks"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ syncmode = "full"
# gcmode = "full"
# snapshot = true
# ethstats = ""
# witnessprotocol = false
# [witness]
# enable = false
# devfakeauthor = false

# ["eth.requiredblocks"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ syncmode = "full"
# gcmode = "full"
# snapshot = true
# ethstats = ""
# witnessprotocol = false
# [witness]
# enable = false
# devfakeauthor = false

# ["eth.requiredblocks"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ syncmode = "full"
# gcmode = "full"
# snapshot = true
# ethstats = ""
# witnessprotocol = false
# [witness]
# enable = false
# devfakeauthor = false

# ["eth.requiredblocks"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ syncmode = "full"
# gcmode = "full"
# snapshot = true
# ethstats = ""
# witnessprotocol = false
# [witness]
# enable = false
# devfakeauthor = false

# ["eth.requiredblocks"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ syncmode = "full"
# gcmode = "full"
# snapshot = true
# ethstats = ""
# witnessprotocol = false
# [witness]
# enable = false
# devfakeauthor = false

# ["eth.requiredblocks"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ syncmode = "full"
# gcmode = "full"
# snapshot = true
# ethstats = ""
# witnessprotocol = false
# [witness]
# enable = false
# devfakeauthor = false

# ["eth.requiredblocks"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ syncmode = "full"
# gcmode = "full"
# snapshot = true
# ethstats = ""
# witnessprotocol = false
# [witness]
# enable = false
# devfakeauthor = false

# ["eth.requiredblocks"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ syncmode = "full"
# gcmode = "full"
# snapshot = true
# ethstats = ""
# witnessprotocol = false
# [witness]
# enable = false
# devfakeauthor = false

# ["eth.requiredblocks"]
Expand Down
Loading