lnd.xprv/watchtower/wtclient
Conner Fromknecht a00fc148c8
watchtower/wtclient/backup_task: make sweep pkscript independent of session
This commit changes when the sweep pkscript
is assigned in the construction of the justice
transaction. Currently, the sweep pkscript is
assigned when the task is bound to a session.
However, we will moving to an assignment where
a unique sweep pkscript is used per channel to
prevent address inflation. Hence, this commit
makes the sweep pkscript a state dependent
variable, since it can be known at the time the
channel id is assigned.
2019-02-06 18:24:30 -08:00
..
backup_task_internal_test.go watchtower/wtclient/backup_task: make sweep pkscript independent of session 2019-02-06 18:24:30 -08:00
backup_task.go watchtower/wtclient/backup_task: make sweep pkscript independent of session 2019-02-06 18:24:30 -08:00