chore: comment out StartWallet for the moment

This commit is contained in:
Jonathan Rainville 2021-04-29 11:29:42 -04:00
parent 6567dcadec
commit 2c3449e676
1 changed files with 2 additions and 1 deletions

View File

@ -84,7 +84,8 @@ proc validateMnemonic*(mnemonic: string): string =
result = $status_go.validateMnemonic(mnemonic)
proc startWallet*(watchNewBlocks: bool) =
discard status_go.startWallet(watchNewBlocks) # TODO: true to watch trx
# this will be fixed in a later PR
discard
proc hex2Token*(input: string, decimals: int): string =
var value = fromHex(Stuint[256], input)