liquidity: fix comment typos

This commit is contained in:
Slyghtning 2026-05-27 11:50:08 +02:00
parent 1fa919711f
commit 089743dacc
No known key found for this signature in database
GPG key ID: F82D456EA023C9BF
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ func TestAutoLoopDisabled(t *testing.T) {
c.stop()
}
// TestAutoLoopEnabled tests enabling the liquidity manger's autolooper. To keep
// TestAutoLoopEnabled tests enabling the liquidity manager's autolooper. To keep
// the test simple, we do not update actual lnd channel balances, but rather
// run our mock with two channels that will always require a loop out according
// to our rules. This allows us to test the other restrictions placed on the

View file

@ -340,7 +340,7 @@ func (m *Manager) Run(ctx context.Context) error {
}
}
// Try to automatically dispach an asset auto-loop.
// Try to automatically dispatch an asset auto-loop.
for assetID := range m.params.AssetAutoloopParams {
err = m.easyAssetAutoloop(ctx, assetID)
if err != nil {