mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-18 17:37:33 +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)) =
|
template burnMem*(m: var (SensitiveData|TaintedString)) =
|
||||||
# TODO: `burnMem` in nimcrypto could use distinctBase
|
# TODO: `burnMem` in nimcrypto could use distinctBase
|
||||||
# to make its usage less error-prone.
|
# to make its usage less error-prone.
|
||||||
utils.burnMem(string m)
|
ncrutils.burnMem(string m)
|
||||||
|
|
||||||
func longName*(wallet: Wallet): string =
|
func longName*(wallet: Wallet): string =
|
||||||
if wallet.name.string == wallet.uuid.string:
|
if wallet.name.string == wallet.uuid.string:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user