fix (collectibles): when sending from general wallet screen, set first owner account
This commit is contained in:
parent
99c3af9bcf
commit
204432dac1
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue