fix(@desktop/wallet): send transaction to address UI is broken

fixes #4623
This commit is contained in:
Khushboo Mehta 2022-02-01 18:50:52 +01:00 committed by Khushboo-dev-cpp
parent 8ec5c43591
commit 0f682658bc
1 changed files with 3 additions and 0 deletions

View File

@ -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,