Skip to content

Commit

Permalink
chore: fix some function names in comment
Browse files Browse the repository at this point in the history
Signed-off-by: rusttech <[email protected]>
  • Loading branch information
rusttech committed Dec 3, 2024
1 parent c86eae6 commit fba904d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/contracts/OptimismStakingReward.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion external/vaults/prepare.getVaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/yearn/ydaemon/internal/storage"
)

// getVault will return a list of all vaults matching a provided filter function.
// getVaults will return a list of all vaults matching a provided filter function.
func getVaults(
c *gin.Context,
filterFunc func(vault models.TVault) bool,
Expand Down

0 comments on commit fba904d

Please sign in to comment.