Skip to content

Commit

Permalink
Enable new routing, remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
rasom committed Feb 14, 2019
1 parent bddae03 commit 25bc342
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 376 deletions.
1 change: 0 additions & 1 deletion .env
Expand Up @@ -18,4 +18,3 @@ POW_TIME=1
RN_BRIDGE_THRESHOLD_WARNINGS=0
RPC_NETWORKS_ONLY=0
STICKERS_ENABLED=1
NEW_ROUTING=0
1 change: 0 additions & 1 deletion .env.jenkins
Expand Up @@ -18,4 +18,3 @@ POW_TIME=1
RN_BRIDGE_THRESHOLD_WARNINGS=0
RPC_NETWORKS_ONLY=0
STICKERS_ENABLED=1
NEW_ROUTING=0
2 changes: 1 addition & 1 deletion src/status_im/models/wallet.cljs
Expand Up @@ -133,7 +133,7 @@
(assoc :dispatch [:navigate-back])

(= method constants/web3-send-transaction)
(assoc :dispatch [:navigate-to-clean :wallet-transaction-sent])))
(assoc :dispatch [:navigate-to-clean :wallet-transaction-sent-modal])))

(fx/defn discard-transaction
[{:keys [db]}]
Expand Down

0 comments on commit 25bc342

Please sign in to comment.