event_message was double-double-quoted in watch response

This commit is contained in:
kexkey
2020-02-01 14:51:22 -05:00
parent 16b738e08f
commit 8c3fe4e68e

View File

@@ -65,7 +65,7 @@ watchrequest() {
\"estimatesmartfee6blocks\":\"${fees6blocks}\",
\"estimatesmartfee36blocks\":\"${fees36blocks}\",
\"estimatesmartfee144blocks\":\"${fees144blocks}\",
\"eventMessage\":\"${event_message}\"}"
\"eventMessage\":${event_message}}"
trace "[watchrequest] responding=${data}"
echo "${data}"