From 91850db817589e8548c626739d7400a50fb8aa15 Mon Sep 17 00:00:00 2001 From: Nick Savers Date: Wed, 6 Aug 2014 14:24:50 +0200 Subject: [PATCH] Undo system.properties changes --- ethereumj-core/src/main/resources/system.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ethereumj-core/src/main/resources/system.properties b/ethereumj-core/src/main/resources/system.properties index 863a117f..87f47526 100644 --- a/ethereumj-core/src/main/resources/system.properties +++ b/ethereumj-core/src/main/resources/system.properties @@ -81,7 +81,7 @@ samples.dir = samples # the existing database will be # destroyed and all the data will be # downloaded from peers again -database.reset = false +database.reset = true # place to save physical storage files database.dir = database @@ -96,7 +96,7 @@ coinbase.secret = monkey # in JSON form to [dump.dir] # if [dump.full] = true # posible values [true/false] -dump.full = true +dump.full = false dump.dir = dmp # clean the dump dir each start @@ -105,7 +105,7 @@ dump.clean.on.restart = true # make changes to tracing options # starting from certain block # -1 don't make any tracing changes -trace.startblock = 1500 +trace.startblock = -1 # invoke vm program on # message received, @@ -127,4 +127,4 @@ max.blocks.ask = 100 # how much block we will keep in buffer # until the execution is set by this param # recommended value: [100.300] -max.blocks.queued = 300 \ No newline at end of file +max.blocks.queued = 300