feat: receive wallet events and bump nim-status
This commit is contained in:
parent
60f6fd2f71
commit
d4e0ef6619
|
@ -96,4 +96,4 @@ proc hex2Token*(input: string, decimals: int): string =
|
||||||
var d = fmt"{leading_zeros}{$r}"
|
var d = fmt"{leading_zeros}{$r}"
|
||||||
result = $i
|
result = $i
|
||||||
if(r > 0): result = fmt"{result}.{d}"
|
if(r > 0): result = fmt"{result}.{d}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue