From 6f84df14776df43a20d8ccb2a1bd8934d7a7a32e Mon Sep 17 00:00:00 2001 From: nicksavers Date: Sun, 3 Aug 2014 22:01:23 +0200 Subject: [PATCH] Remove quotes around string in property file --- ethereumj-core/src/main/resources/system.properties | 4 ++-- ethereumj-core/src/test/resources/system.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ethereumj-core/src/main/resources/system.properties b/ethereumj-core/src/main/resources/system.properties index 0b3d94c6..89a74fcd 100644 --- a/ethereumj-core/src/main/resources/system.properties +++ b/ethereumj-core/src/main/resources/system.properties @@ -84,7 +84,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 @@ -92,7 +92,7 @@ database.dir = database # this string is computed # to be eventually the address # that get the miner reward -coinbase.secret = "monkey" +coinbase.secret = monkey # for testing purposes # all the state will be dumped diff --git a/ethereumj-core/src/test/resources/system.properties b/ethereumj-core/src/test/resources/system.properties index 64f774cd..5bf7858f 100644 --- a/ethereumj-core/src/test/resources/system.properties +++ b/ethereumj-core/src/test/resources/system.properties @@ -73,4 +73,4 @@ database.reset = true # this string is computed # to be eventually the address # that get the miner reward -coinbase.secret = "monkey" \ No newline at end of file +coinbase.secret = monkey \ No newline at end of file