Merge remote-tracking branch 'origin/tempblocks' into onionrui

This commit is contained in:
Arinerron 2018-11-09 22:13:50 -08:00
commit d5355fdc9e
No known key found for this signature in database
GPG key ID: 99383627861C62F0
35 changed files with 1273 additions and 414 deletions

View file

@ -2,6 +2,8 @@
"general" : {
"dev_mode" : true,
"display_header" : true,
"minimum_block_pow": 5,
"minimum_send_pow": 5,
"direct_connect" : {
"respond" : true,
@ -32,11 +34,10 @@
"client" : {
},
"log" : {
"file" : {
"output" : true,
"path" : "data/output.log"
"log": {
"file": {
"output": false,
"path": "data/output.log"
},
"console" : {