Files
lightning/lightningd
Christian Decker 4be1868b8a pay: Invert ownership of wallet_payment
`wallet_payment_store` would free the `wallet_payment` instance which would
then cause us to reload it from the DB. Instead of doing the store->free->load
dance we now tell `wallet_payment_store` whether it should take ownership and
leave it alone if not.

Passing the payment around instead of referencing it through payment_hash and
partid is a nice side-effect.
2020-01-13 23:34:46 +01:00
..
2017-10-20 18:31:32 +02:00
2019-12-12 15:03:53 +01:00
2019-12-03 01:16:07 +00:00
2020-01-13 23:34:46 +01:00
2020-01-13 23:34:46 +01:00
2020-01-06 12:57:59 +01:00