Update contractGUI.tsx

pull/5566/head
CrazyFrog 2 months ago committed by Aniket
parent d0798f01a9
commit 0f52d20455
  1. 2
      libs/remix-ui/run-tab/src/lib/components/contractGUI.tsx

@ -242,7 +242,7 @@ export function ContractGUI(props: ContractGUIProps) {
await handleDeploy()
} else {
// Show log in browser console in case of failure due to unknown reasons
console.log('Failed to run because of EVM version incomaptibility or some other compiler issue')
console.log('Failed to run because of EVM version incompatibility or some other compiler issue')
}
}
}

Loading…
Cancel
Save