text update for terminal

pull/5370/head
lianahus 1 month ago committed by Aniket
parent 1bdc1c22e3
commit e713cdef88
  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