fix typo in store.go

pull/681/head
bitcoin-lightning 4 months ago committed by GitHub
parent 864d4e5cdd
commit aefabfaeed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save