text update for terminal

pull/5279/head
lianahus 1 month ago committed by Aniket
parent e293ad95f7
commit 753d2d440a
  1. 2
      libs/remix-lib/src/execution/txExecution.ts

@ -172,6 +172,6 @@ export function checkError (execResult, compiledContracts) {
msg = '\tState changes is not allowed in Static Call context\n'
ret.error = true
}
ret.message = `${error}\n${exceptionError}\n${msg}\nYou may want to cautiously increase the gas limit if the transaction went out of gas.`
ret.message = `${error}\n${exceptionError}\n${msg}\nIf the transaction did not have enough gas, then gently increase the gas limit.`
return ret
}

Loading…
Cancel
Save