Remove quotes around string in property file
This commit is contained in:
parent
b7197abe0e
commit
6f84df1477
|
@ -84,7 +84,7 @@ samples.dir = samples
|
||||||
# the existing database will be
|
# the existing database will be
|
||||||
# destroyed and all the data will be
|
# destroyed and all the data will be
|
||||||
# downloaded from peers again
|
# downloaded from peers again
|
||||||
database.reset = false
|
database.reset = true
|
||||||
|
|
||||||
# place to save physical storage files
|
# place to save physical storage files
|
||||||
database.dir = database
|
database.dir = database
|
||||||
|
@ -92,7 +92,7 @@ database.dir = database
|
||||||
# this string is computed
|
# this string is computed
|
||||||
# to be eventually the address
|
# to be eventually the address
|
||||||
# that get the miner reward
|
# that get the miner reward
|
||||||
coinbase.secret = "monkey"
|
coinbase.secret = monkey
|
||||||
|
|
||||||
# for testing purposes
|
# for testing purposes
|
||||||
# all the state will be dumped
|
# all the state will be dumped
|
||||||
|
|
|
@ -73,4 +73,4 @@ database.reset = true
|
||||||
# this string is computed
|
# this string is computed
|
||||||
# to be eventually the address
|
# to be eventually the address
|
||||||
# that get the miner reward
|
# that get the miner reward
|
||||||
coinbase.secret = "monkey"
|
coinbase.secret = monkey
|
Loading…
Reference in New Issue