Skip to content

Commit

Permalink
Update x/ecocredit/base/client/tx.go
Browse files Browse the repository at this point in the history
Co-authored-by: Cory <[email protected]>
  • Loading branch information
aaronc and clevinson committed Aug 20, 2024
1 parent dc4f235 commit 75a7dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ecocredit/base/client/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ regen tx ecocredit create-project "US-WA 98225" regen:13toVgf5UjYBz6J29x28pLQyjK
var err error
fee, err = sdk.ParseCoinNormalized(projectFee)
if err != nil {
return fmt.Errorf("failed to parse class-fee: %w", err)
return fmt.Errorf("failed to parse project-fee: %w", err)
}
}

Expand Down

0 comments on commit 75a7dfe

Please sign in to comment.