We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e846f commit 15d1a19Copy full SHA for 15d1a19
plugins/libplugin-pay.c
@@ -1356,7 +1356,6 @@ static void payment_finished(struct payment *p)
1356
json_add_hex_talarr(ret, "raw_message",
1357
result.failure->raw_message);
1358
json_add_num(ret, "created_at", p->start_time.ts.tv_sec);
1359
- json_add_string(ret, "message", result.failure->message);
1360
json_add_node_id(ret, "destination", p->destination);
1361
json_add_sha256(ret, "payment_hash", p->payment_hash);
1362
0 commit comments