Skip to content

Commit

Permalink
print
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed Feb 17, 2023
1 parent 7ee37c4 commit 30afaef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/twap/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func (k Keeper) GetArithmeticTwap(
endTime time.Time,
) (sdk.Dec, error) {
result, err := k.getTwap(ctx, poolId, baseAssetDenom, quoteAssetDenom, startTime, endTime, k.GetArithmeticStrategy())
fmt.Println("\n\n\n")
fmt.Print("\n\n\n")
return result, err
}

Expand Down

0 comments on commit 30afaef

Please sign in to comment.