From 85173c69d59c066c3d1c95b1d7fad908ead90f15 Mon Sep 17 00:00:00 2001 From: loloicci Date: Tue, 23 Mar 2021 16:18:07 +0900 Subject: [PATCH] fix a typo in comment --- x/wasm/keeper/keeper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/wasm/keeper/keeper.go b/x/wasm/keeper/keeper.go index ef487004bb..ba458e001f 100644 --- a/x/wasm/keeper/keeper.go +++ b/x/wasm/keeper/keeper.go @@ -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)