Skip to content

Commit

Permalink
Use singular
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Warta <[email protected]>
  • Loading branch information
chipshort and webmaster128 authored Jan 25, 2024
1 parent 8adad24 commit b4c3d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.go
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ func (vm *VM) IBCPacketTimeout(
return &result, gasReport.UsedInternally, nil
}

func compileCosts(code WasmCode) uint64 {
func compileCost(code WasmCode) uint64 {
// CostPerByte is how much CosmWasm gas is charged *per byte* for compiling WASM code.
// Benchmarks and numbers (in SDK Gas) were discussed in:
// https://github.com/CosmWasm/wasmd/pull/634#issuecomment-938056803
Expand Down

0 comments on commit b4c3d12

Please sign in to comment.