Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
fix: removes old reference
Browse files Browse the repository at this point in the history
  • Loading branch information
wregulski committed Dec 8, 2023
1 parent b4bb0d7 commit 3cd4b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model_bump.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type BUMPLeaf struct {
Duplicate bool `json:"duplicate,omitempty"`
}

// CalculateMergedBUMP calculates Merged BUMP from a slice of Merkle Proofs
// CalculateMergedBUMP calculates Merged BUMP from a slice of BUMPs
func CalculateMergedBUMP(bumps []BUMP) (*BUMP, error) {
if len(bumps) == 0 || bumps == nil {
return nil, nil
Expand Down

0 comments on commit 3cd4b2c

Please sign in to comment.