mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
pay: Remove duplicate message field
jsonrpc_stream_fail already adds a message field.
This commit is contained in:
@@ -1356,7 +1356,6 @@ static void payment_finished(struct payment *p)
|
||||
json_add_hex_talarr(ret, "raw_message",
|
||||
result.failure->raw_message);
|
||||
json_add_num(ret, "created_at", p->start_time.ts.tv_sec);
|
||||
json_add_string(ret, "message", result.failure->message);
|
||||
json_add_node_id(ret, "destination", p->destination);
|
||||
json_add_sha256(ret, "payment_hash", p->payment_hash);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user