chore: comment out StartWallet for the moment
This commit is contained in:
parent
6567dcadec
commit
2c3449e676
|
@ -84,7 +84,8 @@ proc validateMnemonic*(mnemonic: string): string =
|
||||||
result = $status_go.validateMnemonic(mnemonic)
|
result = $status_go.validateMnemonic(mnemonic)
|
||||||
|
|
||||||
proc startWallet*(watchNewBlocks: bool) =
|
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 =
|
proc hex2Token*(input: string, decimals: int): string =
|
||||||
var value = fromHex(Stuint[256], input)
|
var value = fromHex(Stuint[256], input)
|
||||||
|
|
Loading…
Reference in New Issue