From 7b1bbb7a1976ce2efcf49e99c6dfb5bd96311a65 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Thu, 1 Sep 2016 11:30:42 -0700 Subject: Show conf screen after send request --- ui/app/actions.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ui/app/actions.js b/ui/app/actions.js index c92138f68..d49223e71 100644 --- a/ui/app/actions.js +++ b/ui/app/actions.js @@ -276,8 +276,6 @@ function signMsg (msgData) { function signTx (txData) { return (dispatch) => { - dispatch(actions.showLoadingIndication()) - web3.eth.sendTransaction(txData, (err, data) => { dispatch(actions.hideLoadingIndication()) @@ -285,6 +283,7 @@ function signTx (txData) { dispatch(actions.hideWarning()) dispatch(actions.goHome()) }) + dispatch(this.showConfTxPage()) } } -- cgit v1.2.3