From dd3ffc3f8aca3766d561917608799a55edf797a1 Mon Sep 17 00:00:00 2001 From: Bernardo Codesido Date: Fri, 1 Dec 2017 12:01:54 -0300 Subject: [PATCH] Change genesis file name --- rskj-core/src/main/resources/config/rsk-sample.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rskj-core/src/main/resources/config/rsk-sample.conf b/rskj-core/src/main/resources/config/rsk-sample.conf index 2ced7641583..223796629e5 100644 --- a/rskj-core/src/main/resources/config/rsk-sample.conf +++ b/rskj-core/src/main/resources/config/rsk-sample.conf @@ -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 @@ -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