mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-06 15:44:21 +01:00
openingd: fundee: don't send watch command to master.
Instead, send it the funding_signed message; it can watch, save to database, and send it. Now the openingd fundee path is a simple request and response, too. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -14,10 +14,6 @@ enum peer_state {
|
||||
/* Getting signature from HSM for funding tx (funder only). */
|
||||
GETTING_SIG_FROM_HSM,
|
||||
|
||||
/* Waiting for funding tx to lock in: either have broadcast, or
|
||||
* have sent `funding_signed`. */
|
||||
OPENINGD_AWAITING_LOCKIN,
|
||||
|
||||
/* Getting HSM fd for channeld. */
|
||||
GETTING_HSMFD,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user