mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-09 09:04:25 +01:00
pay: Store payment on failure.
This commit is contained in:
@@ -449,9 +449,7 @@ void payment_failed(struct lightningd *ld, const struct htlc_out *hout,
|
||||
}
|
||||
|
||||
/* Save to DB */
|
||||
/* This may invalidated the payment structure returned, so
|
||||
* access to payment object should not be done after the
|
||||
* below call. */
|
||||
wallet_payment_store(ld->wallet, &hout->payment_hash);
|
||||
wallet_payment_set_status(ld->wallet, &hout->payment_hash,
|
||||
PAYMENT_FAILED, NULL);
|
||||
wallet_payment_set_failinfo(ld->wallet,
|
||||
|
||||
Reference in New Issue
Block a user