File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ func TestAutoLoopDisabled(t *testing.T) {
7878 c .stop ()
7979}
8080
81- // TestAutoLoopEnabled tests enabling the liquidity manger 's autolooper. To keep
81+ // TestAutoLoopEnabled tests enabling the liquidity manager 's autolooper. To keep
8282// the test simple, we do not update actual lnd channel balances, but rather
8383// run our mock with two channels that will always require a loop out according
8484// to our rules. This allows us to test the other restrictions placed on the
Original file line number Diff line number Diff line change @@ -340,7 +340,7 @@ func (m *Manager) Run(ctx context.Context) error {
340340 }
341341 }
342342
343- // Try to automatically dispach an asset auto-loop.
343+ // Try to automatically dispatch an asset auto-loop.
344344 for assetID := range m .params .AssetAutoloopParams {
345345 err = m .easyAssetAutoloop (ctx , assetID )
346346 if err != nil {
You can’t perform that action at this time.
0 commit comments