mirror of https://github.com/status-im/nim-eth.git
Fix formatFloat issue (#273)
This commit is contained in:
parent
8d2614a1ad
commit
7f77ba2308
|
@ -9,8 +9,8 @@
|
|||
#
|
||||
|
||||
import
|
||||
algorithm, bitops, math, options, tables, times, chronicles, hashes,
|
||||
stew/[byteutils, endians2], metrics, bearssl,
|
||||
algorithm, bitops, math, options, tables, times, strutils, hashes,
|
||||
chronicles, stew/[byteutils, endians2], metrics, bearssl,
|
||||
nimcrypto/[bcmode, hash, keccak, rijndael],
|
||||
eth/[keys, rlp, p2p], eth/p2p/ecies
|
||||
|
||||
|
|
Loading…
Reference in New Issue