fix (collectibles): when sending from general wallet screen, set first owner account

This commit is contained in:
Brian Sztamfater 2024-11-26 15:37:29 -03:00
parent 99c3af9bcf
commit 204432dac1
No known key found for this signature in database
GPG Key ID: 59EB921E0706B48F
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@
collectible
(str (:name collection-data) " #" collectible-id))
owner-address (-> db :wallet :current-viewing-account-address)
owner-address (-> collectible :ownership first :address)
collectible-tx (-> db
(update-in [:wallet :ui :send] dissoc :token)
(assoc-in [:wallet :ui :send :collectible] collectible)