pull/1172/head
yann300 4 years ago
parent 88bee8904d
commit 7f9e48c345
  1. 2
      libs/remix-lib/src/execution/txExecution.ts

@ -131,6 +131,6 @@ export function checkVMError (txResult, abi) {
msg = '\tState changes is not allowed in Static Call context\n' msg = '\tState changes is not allowed in Static Call context\n'
ret.error = true ret.error = true
} }
ret.message = `${error}\n${exceptionError}\n${msg}\Debug the transaction to get more information.` ret.message = `${error}\n${exceptionError}\n${msg}\nDebug the transaction to get more information.`
return ret return ret
} }

Loading…
Cancel
Save