Skip to content

Commit

Permalink
Merge pull request cosmos#472 from loloicci/fix-typo
Browse files Browse the repository at this point in the history
fix a typo in comment
  • Loading branch information
alpe committed Mar 23, 2021
2 parents dd26417 + 85173c6 commit 388469c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/wasm/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
// A write at ~3000 gas and ~200us = 10 gas per us (microsecond) cpu/io
// Rough timing have 88k gas at 90us, which is equal to 1k sdk gas... (one read)
//
// Please not that all gas prices returned to the wasmer engine should have this multiplied
// Please note that all gas prices returned to the wasmer engine should have this multiplied
const GasMultiplier uint64 = 100

// MaxGas for a contract is 10 billion wasmer gas (enforced in rust to prevent overflow)
Expand Down

0 comments on commit 388469c

Please sign in to comment.