copy full address when signing tx

Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
andrey 2021-07-12 10:13:18 +02:00
parent 06f0ee877b
commit d3c5b9e948
No known key found for this signature in database
GPG Key ID: 89B67245FD2F0272
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
(defn contact-item [title contact]
[copyable-text/copyable-text-view
{:copied-text (displayed-name contact)}
{:copied-text (:address contact)}
[quo/list-item
{:title title
:title-prefix-width 45