Skip to content

Commit aefabfa

Browse files
fix typo in store.go
1 parent 864d4e5 commit aefabfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loopdb/store.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ func (s *boltSwapStore) updateLoop(bucketKey []byte, hash lntypes.Hash,
641641
}
642642
updatesBucket := swapBucket.Bucket(updatesBucketKey)
643643
if updatesBucket == nil {
644-
return errors.New("udpate bucket not found")
644+
return errors.New("update bucket not found")
645645
}
646646

647647
// Each update for this swap will get a new monotonically

0 commit comments

Comments
 (0)