mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Merge pull request #671 from sputn1ck/expand_fsm
fsm: fixup observer options
This commit is contained in:
commit
63403d1fc4
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ func (w *InitialWaitOption) apply(o *fsmOptions) {
|
|||
// and the state machine needs some time to process the event.
|
||||
func (s *CachedObserver) WaitForState(ctx context.Context,
|
||||
timeout time.Duration, state StateType,
|
||||
opts ...InitialWaitOption) error {
|
||||
opts ...WaitForStateOption) error {
|
||||
|
||||
var options fsmOptions
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue