From f7956804d64f988dab8abcf97e43295830f90ebc Mon Sep 17 00:00:00 2001 From: yann300 Date: Tue, 21 Feb 2017 11:00:35 +0100 Subject: [PATCH] ending --- docs/tutorial_mist.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/tutorial_mist.rst b/docs/tutorial_mist.rst index bd09644c95..470f129503 100644 --- a/docs/tutorial_mist.rst +++ b/docs/tutorial_mist.rst @@ -276,3 +276,10 @@ Paste the hash and click on the ``play`` button. You are now entering a debug session (debugging the call to ``give``). You can use every debugging features Remix provide like breakpoint, local and state variables watcher ... + +At the time I write this tutorial there is an issue that could break the contract creation. +There's a work around for that https://github.com/ethereum/go-ethereum/issues/3653. +Please follow the work around or wait for this issue to be closed. + +Also, though retrieving a contract storage when Remix run the JavaScript VM is working well, +There are still work to be done when Remix is running through an injected provider (eth or geth as backend).