From 3425c2ca48378caad53179f249a474ea5fe29021 Mon Sep 17 00:00:00 2001 From: Jeff Smale <6363749+jeffsmale90@users.noreply.github.com> Date: Tue, 24 Jan 2023 15:34:59 +1300 Subject: [PATCH] fix escaped quote in text --- .../renderer/screens/config/ConfigScreens/ServerScreen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/integrations/ethereum/renderer/screens/config/ConfigScreens/ServerScreen.js b/src/integrations/ethereum/renderer/screens/config/ConfigScreens/ServerScreen.js index b9b852394..3b94789b4 100644 --- a/src/integrations/ethereum/renderer/screens/config/ConfigScreens/ServerScreen.js +++ b/src/integrations/ethereum/renderer/screens/config/ConfigScreens/ServerScreen.js @@ -321,7 +321,7 @@ class ServerScreen extends Component {
When transactions fail, throw an error. If disabled, - transaction failures will only be detectable via the "e;status"e; + transaction failures will only be detectable via the "status" flag in the transaction receipt. Disabling this feature will make Ganache handle transaction failures like other Ethereum clients.