Skip to content

Commit

Permalink
Change genesis file name
Browse files Browse the repository at this point in the history
  • Loading branch information
bcodesido committed Dec 1, 2017
1 parent 0811e71 commit dd3ffc3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions rskj-core/src/main/resources/config/rsk-sample.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ peer {
"bootstrap01.testnet.rsk.co:50505",
"bootstrap02.testnet.rsk.co:50505",
"bootstrap03.testnet.rsk.co:50505",
"bootstrap04.testnet.rsk.co:50505"
"bootstrap04.testnet.rsk.co:50505",
"bootstrap05.testnet.rsk.co:50505",
"bootstrap06.testnet.rsk.co:50505"
]

# Interface to bind UDP
Expand Down Expand Up @@ -81,7 +83,7 @@ peer {
}

# the folder resources/genesis contains several versions of genesis configuration according to the network the peer will run on
genesis = ginger-testnet.json
genesis = bamboo-testnet.json

# the number of blocks should pass before pending transaction is removed
transaction.outdated.threshold = 10
Expand Down

0 comments on commit dd3ffc3

Please sign in to comment.