[#21132] fix: improve estimation format

This commit is contained in:
Mohsen 2024-09-24 10:52:38 +03:00
parent ff37cf1e71
commit 48f0af4d36
No known key found for this signature in database
GPG Key ID: 20BACCB8426033CE
2 changed files with 3 additions and 4 deletions

View File

@ -153,7 +153,6 @@
(defn transactions->display-array
[data]
(remove (fn [[k v]]
(println k " and value is " v)
(or (= v "0x")
(= k :MultiTransactionID)
(= k :Symbol)))