boiler plate and bug fixes

This commit is contained in:
Kevin Froman 2019-11-15 22:18:38 -06:00
parent 15b3d506ff
commit 6cc01fa240
14 changed files with 102 additions and 12 deletions

View file

@ -1,6 +1,6 @@
{
"general": {
"dev_mode": true,
"dev_mode": false,
"announce_node": true,
"display_header": false,
"minimum_block_pow": 4,
@ -18,6 +18,11 @@
"show_notifications": true
},
"transports": {
"tor": true,
"manual_disk": true
},
"ui": {
"theme": "dark"
},