You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For opening and accepting a channel, to test an asynchronous per
commitment point call, we need to set the test signer to return Err(())
for a channel signer that hasn't been created until the middle of the
create_channel or handle_open_channel call. To do this, we simply just
push a mask to a queue in the keys manager, and the next channel signer
it creates, it'll set that mask to be unavailable.
0 commit comments