This commit is contained in:
kexkey
2019-03-05 16:26:35 -05:00
committed by kexkey
parent d3eba5e881
commit bdf303ee52
2 changed files with 88 additions and 88 deletions

View File

@@ -14,7 +14,7 @@ send_to_watcher_node() {
send_to_watcher_node_wallet ${WATCHER_BTC_NODE_XPUB_WALLET} $@ send_to_watcher_node_wallet ${WATCHER_BTC_NODE_XPUB_WALLET} $@
returncode=$? returncode=$?
trace_rc ${returncode} trace_rc ${returncode}
} fi
return ${returncode} return ${returncode}
} }