mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
fix typo in store.go
This commit is contained in:
parent
864d4e5cdd
commit
aefabfaeed
1 changed files with 1 additions and 1 deletions
|
|
@ -641,7 +641,7 @@ func (s *boltSwapStore) updateLoop(bucketKey []byte, hash lntypes.Hash,
|
|||
}
|
||||
updatesBucket := swapBucket.Bucket(updatesBucketKey)
|
||||
if updatesBucket == nil {
|
||||
return errors.New("udpate bucket not found")
|
||||
return errors.New("update bucket not found")
|
||||
}
|
||||
|
||||
// Each update for this swap will get a new monotonically
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue