diff --git a/src/app_service/service/contacts/async_tasks.nim b/src/app_service/service/contacts/async_tasks.nim index c88692b271..f369b23811 100644 --- a/src/app_service/service/contacts/async_tasks.nim +++ b/src/app_service/service/contacts/async_tasks.nim @@ -21,6 +21,9 @@ const lookupContactTask: Task = proc(argEncoded: string) {.gcsafe, nimcall.} = # TODO refactor those calls to use the new backend and also do it in a signle call pubkey = ens_utils.pubkey(arg.value) address = ens_utils.address(arg.value) + else: + pubkey = "" + address = "" let output = %*{ "id": pubkey,