From 7f9e48c345ffeff5b064f958f6bb1e16558c8916 Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 10 May 2021 12:14:55 +0200 Subject: [PATCH] typo --- libs/remix-lib/src/execution/txExecution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-lib/src/execution/txExecution.ts b/libs/remix-lib/src/execution/txExecution.ts index cb702d1b5a..584da6027d 100644 --- a/libs/remix-lib/src/execution/txExecution.ts +++ b/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' 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 }