mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-22 20:42:13 +00:00
Fix utils problem.
This commit is contained in:
parent
cec4ad2717
commit
ae72c08573
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user