Commit 7f9e48c3 authored by yann300's avatar yann300

typo

parent 88bee890
...@@ -131,6 +131,6 @@ export function checkVMError (txResult, abi) { ...@@ -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
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment