moved configs into environment (#17)

* moved configs into environment

* fixed copy pasta

* changed proxyuser to proxy in data paths

* fixed typo
This commit is contained in:
Markus Wolf
2018-10-12 20:10:31 +03:00
committed by kexkey
parent 74e4fc9fbf
commit e1ee367430
8 changed files with 38 additions and 15 deletions

View File

@@ -7,7 +7,7 @@
compute_fees()
{
local pruned=$(get_prop "watchingnode.pruned")
local pruned=${WATCHER_BTC_NODE_PRUNED}
if [ "${pruned}" = "true" ]; then
trace "[compute_fees] pruned=${pruned}"
# We want null instead of 0.00000000 in this case.