Fix property string

This commit is contained in:
Roman Mandeleil 2015-01-20 12:51:29 +02:00
parent 12991a227a
commit 79459a47b6
2 changed files with 2 additions and 2 deletions

View File

@ -152,4 +152,4 @@ root.hash.start = -1
peer.capabilities = eth, shh
# Key value data source values: [leveldb/redis]
keyvalue.datasource = "leveldb"
keyvalue.datasource = leveldb

View File

@ -142,4 +142,4 @@ root.hash.start = -1
GitHubTests.VMTest.loadLocal = false
# Key value data source values: [leveldb/redis]
keyvalue.datasource = "leveldb"
keyvalue.datasource = leveldb