mirror of
https://github.com/status-im/status-react.git
synced 2025-02-02 22:25:12 +00:00
[#10183] Fix balance updating on first transaction
This commit is contained in:
parent
fadda87ac2
commit
53883e4be1
@ -227,7 +227,7 @@
|
|||||||
true
|
true
|
||||||
(conj (wallet/update-balances
|
(conj (wallet/update-balances
|
||||||
(into [] (reduce (fn [acc {:keys [address block]}]
|
(into [] (reduce (fn [acc {:keys [address block]}]
|
||||||
(if (> block min-known-block)
|
(if (>= block min-known-block)
|
||||||
(conj acc address)
|
(conj acc address)
|
||||||
acc))
|
acc))
|
||||||
#{}
|
#{}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user