mirror of
https://github.com/status-im/status-react.git
synced 2025-01-11 03:26:31 +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))})}
|
||||
(fx/merge
|
||||
cofx
|
||||
{:db
|
||||
(assoc updated-db
|
||||
{:db (assoc updated-db
|
||||
:signing/in-progress? true
|
||||
:signing/queue (drop-last queue)
|
||||
:signing/tx (prepare-tx updated-db tx))
|
||||
:dismiss-keyboard
|
||||
nil}
|
||||
:dismiss-keyboard nil
|
||||
:dispatch [:wallet.ui/pull-to-refresh]} ;;TODO fix for v.1.2
|
||||
#(when-not gas
|
||||
{:db (assoc-in (:db %) [:signing/edit-fee :gas-loading?] true)
|
||||
:signing/update-estimated-gas {:obj tx-obj
|
||||
|
Loading…
x
Reference in New Issue
Block a user