fix a typo in comment

This commit is contained in:
loloicci
2021-03-23 16:18:07 +09:00
parent dd264172f7
commit 85173c69d5

View File

@@ -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)