From 79459a47b62df127f78efe63da1dd6915a5c9cda Mon Sep 17 00:00:00 2001 From: Roman Mandeleil Date: Tue, 20 Jan 2015 12:51:29 +0200 Subject: [PATCH] Fix property string --- ethereumj-core/src/main/resources/system.properties | 2 +- ethereumj-core/src/test/resources/system.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ethereumj-core/src/main/resources/system.properties b/ethereumj-core/src/main/resources/system.properties index 997f98f4..feb55fae 100644 --- a/ethereumj-core/src/main/resources/system.properties +++ b/ethereumj-core/src/main/resources/system.properties @@ -152,4 +152,4 @@ root.hash.start = -1 peer.capabilities = eth, shh # Key value data source values: [leveldb/redis] -keyvalue.datasource = "leveldb" \ No newline at end of file +keyvalue.datasource = leveldb \ No newline at end of file diff --git a/ethereumj-core/src/test/resources/system.properties b/ethereumj-core/src/test/resources/system.properties index 221600e1..4d8b83c8 100644 --- a/ethereumj-core/src/test/resources/system.properties +++ b/ethereumj-core/src/test/resources/system.properties @@ -142,4 +142,4 @@ root.hash.start = -1 GitHubTests.VMTest.loadLocal = false # Key value data source values: [leveldb/redis] -keyvalue.datasource = "leveldb" \ No newline at end of file +keyvalue.datasource = leveldb \ No newline at end of file