Remove quotes around string in property file

This commit is contained in:
nicksavers 2014-08-03 22:01:23 +02:00
parent b7197abe0e
commit 6f84df1477
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -73,4 +73,4 @@ database.reset = true
# this string is computed
# to be eventually the address
# that get the miner reward
coinbase.secret = "monkey"
coinbase.secret = monkey