mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-23 15:04:19 +01:00
pay: remove struct pay_command.
It's all in wallet_payment, which is persistent. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
ae1d72b978
commit
02e05ba6ff
@@ -40,7 +40,6 @@ enum onion_type send_htlc_out(struct peer *out, u64 amount, u32 cltv,
|
||||
const u8 *onion_routing_packet,
|
||||
struct htlc_in *in,
|
||||
struct wallet_payment *payment,
|
||||
struct pay_command *pc,
|
||||
struct command *cmd,
|
||||
struct htlc_out **houtp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user