mirror of
https://github.com/lightninglabs/loop
synced 2024-11-04 06:00:21 +00:00
535e964ec9
A database field was already in place to allow channel selection for loop in. Unfortunately this field, which contains a short channel id, isn't easily usable for controlling the loop server payment. Because of non-strict forwarding, it is only possible to constrain a route to a specific last hop pubkey. This commit converts the existing field into a pubkey field. |
||
---|---|---|
.. | ||
codec.go | ||
interface.go | ||
log.go | ||
loop.go | ||
loopin.go | ||
loopout.go | ||
meta.go | ||
migration_01_costs.go | ||
migration_02_swap_publication_deadline.go | ||
migration_03_last_hop.go | ||
store_test.go | ||
store.go | ||
swapstate.go |