[fix] superfluous keyword
Signed-off-by: yenda <eric@status.im>
This commit is contained in:
parent
092860f38a
commit
7b8bf647e2
|
@ -1199,7 +1199,6 @@
|
||||||
:<- [:wallet.transactions.details/current-transaction]
|
:<- [:wallet.transactions.details/current-transaction]
|
||||||
:<- [:ethereum/current-block]
|
:<- [:ethereum/current-block]
|
||||||
(fn [[transaction current-block]]
|
(fn [[transaction current-block]]
|
||||||
:wallet.transactions.details/current-transaction
|
|
||||||
(let [confirmations (wallet.db/get-confirmations transaction
|
(let [confirmations (wallet.db/get-confirmations transaction
|
||||||
current-block)]
|
current-block)]
|
||||||
(assoc transaction
|
(assoc transaction
|
||||||
|
|
Loading…
Reference in New Issue