mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-22 11:38:57 +00:00
fix(@desktop/wallet): send transaction to address UI is broken
fixes #4623
This commit is contained in:
parent
8ec5c43591
commit
0f682658bc
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user