fix custom tokens
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
c7c7b50281
commit
5382cad5ec
|
@ -126,7 +126,7 @@
|
|||
{:db (update db
|
||||
:wallet/custom-token-screen
|
||||
merge
|
||||
{:decimals (str (decode/uint result))
|
||||
{:decimals (str result)
|
||||
:in-progress? nil})})
|
||||
|
||||
(fx/defn symbol-result
|
||||
|
|
Loading…
Reference in New Issue