mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
liquidity: fix comment typos
This commit is contained in:
parent
1fa919711f
commit
089743dacc
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue