Skip to content

Commit

Permalink
Merge pull request lightninglabs#764 from cristiantroy/main
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
guggero authored Jan 11, 2024
2 parents b354a61 + cba4ed8 commit d1db63e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion address/book.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (

var (
// ErrAssetGroupUnknown is returned when the asset genesis is not known.
// This means an address can't be created until a Universe boostrap or
// This means an address can't be created until a Universe bootstrap or
// manual issuance proof insertion.
ErrAssetGroupUnknown = fmt.Errorf("asset group is unknown")
)
Expand Down
2 changes: 1 addition & 1 deletion tapdb/multiverse.go
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ func (b *MultiverseStore) UpsertProofLeafBatch(ctx context.Context,
return nil
}

// DeleteUniverse delete an entire universe sub-tre.
// DeleteUniverse delete an entire universe sub-tree.
func (b *MultiverseStore) DeleteUniverse(ctx context.Context,
id universe.Identifier) (string, error) {

Expand Down

0 comments on commit d1db63e

Please sign in to comment.