copy full address when signing tx
Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
parent
06f0ee877b
commit
d3c5b9e948
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
(defn contact-item [title contact]
|
(defn contact-item [title contact]
|
||||||
[copyable-text/copyable-text-view
|
[copyable-text/copyable-text-view
|
||||||
{:copied-text (displayed-name contact)}
|
{:copied-text (:address contact)}
|
||||||
[quo/list-item
|
[quo/list-item
|
||||||
{:title title
|
{:title title
|
||||||
:title-prefix-width 45
|
:title-prefix-width 45
|
||||||
|
|
Loading…
Reference in New Issue