Skip to content

Commit

Permalink
chore: fix function name in comment (#629)
Browse files Browse the repository at this point in the history
Signed-off-by: rusttech <[email protected]>
  • Loading branch information
rusttech authored Dec 4, 2024
1 parent 360dedf commit 315bb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/source/makerpsm/vat.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func (v *Vat) validateSellingGem(dart *big.Int) error {
return nil
}

// validateSellingGem implements validation when dart < 0 in frob
// validateBuyingGem implements validation when dart < 0 in frob
// https://github.com/makerdao/dss/blob/master/src/vat.sol#L143
func (v *Vat) validateBuyingGem(dart *big.Int) error {
if dart.Cmp(v.ILK.Art) > 0 {
Expand Down

0 comments on commit 315bb8c

Please sign in to comment.