feat: receive wallet events and bump nim-status

This commit is contained in:
Richard Ramos 2020-09-03 11:11:13 -04:00 committed by Iuri Matias
parent 60f6fd2f71
commit d4e0ef6619
1 changed files with 1 additions and 1 deletions

View File

@ -96,4 +96,4 @@ proc hex2Token*(input: string, decimals: int): string =
var d = fmt"{leading_zeros}{$r}"
result = $i
if(r > 0): result = fmt"{result}.{d}"