Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shifty11 committed Oct 17, 2023
1 parent dc43e79 commit 3bceb24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/funders/keeper/logic_funders.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (
errorsTypes "github.com/cosmos/cosmos-sdk/types/errors"
)

// TODO: should this be here or when we call the getter of the funding state?
func (k Keeper) CreateFundingState(ctx sdk.Context, poolId uint64) {
fundingState := types.FundingState{
PoolId: poolId,
Expand Down

0 comments on commit 3bceb24

Please sign in to comment.