mirror of
https://github.com/status-im/status-react.git
synced 2025-01-25 18:29:37 +00:00
[#9962] Update prices in fiat more frequently
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
1e44b433c5
commit
2272fafc05
@ -189,13 +189,12 @@
|
|||||||
:formatted-data (if typed? (types/json->clj data) (ethereum/hex-to-utf8 data))})}
|
:formatted-data (if typed? (types/json->clj data) (ethereum/hex-to-utf8 data))})}
|
||||||
(fx/merge
|
(fx/merge
|
||||||
cofx
|
cofx
|
||||||
{:db
|
{:db (assoc updated-db
|
||||||
(assoc updated-db
|
:signing/in-progress? true
|
||||||
:signing/in-progress? true
|
:signing/queue (drop-last queue)
|
||||||
:signing/queue (drop-last queue)
|
:signing/tx (prepare-tx updated-db tx))
|
||||||
:signing/tx (prepare-tx updated-db tx))
|
:dismiss-keyboard nil
|
||||||
:dismiss-keyboard
|
:dispatch [:wallet.ui/pull-to-refresh]} ;;TODO fix for v.1.2
|
||||||
nil}
|
|
||||||
#(when-not gas
|
#(when-not gas
|
||||||
{:db (assoc-in (:db %) [:signing/edit-fee :gas-loading?] true)
|
{:db (assoc-in (:db %) [:signing/edit-fee :gas-loading?] true)
|
||||||
:signing/update-estimated-gas {:obj tx-obj
|
:signing/update-estimated-gas {:obj tx-obj
|
||||||
|
Loading…
x
Reference in New Issue
Block a user