Skip to content

Commit

Permalink
chore: change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
technicallyty committed Mar 15, 2022
1 parent 70d0d40 commit c7b4bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/ecocredit/server/marketplace/prune.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"time"
)

// PruneSellOrders is an EndBlock function that moves escrowed credits back into their tradable balance and deletes orders
// PruneSellOrders is a BeginBlock function that moves escrowed credits back into their tradable balance and deletes orders
// that have expired.
func (k Keeper) PruneSellOrders(ctx context.Context) error {
sdkCtx := sdk.UnwrapSDKContext(ctx)
Expand Down

0 comments on commit c7b4bdb

Please sign in to comment.