Fix utils problem.

This commit is contained in:
cheatfate 2020-08-20 17:59:59 +03:00 committed by zah
parent cec4ad2717
commit ae72c08573
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ template `$`*(x: WalletName): string =
template burnMem*(m: var (SensitiveData|TaintedString)) =
# TODO: `burnMem` in nimcrypto could use distinctBase
# to make its usage less error-prone.
utils.burnMem(string m)
ncrutils.burnMem(string m)
func longName*(wallet: Wallet): string =
if wallet.name.string == wallet.uuid.string: