Skip to content
Snippets Groups Projects
Commit 42d7cd1e authored by inso's avatar inso
Browse files

Fixed missing metadata transfer

parent d83d020f
Branches
Tags
No related merge requests found
...@@ -383,7 +383,9 @@ class Wallet(QObject): ...@@ -383,7 +383,9 @@ class Wallet(QObject):
'time': time, 'time': time,
'amount': amount, 'amount': amount,
'issuer': key.pubkey, 'issuer': key.pubkey,
'issuer_uid': issuer_uid,
'receiver': recipient, 'receiver': recipient,
'receiver_uid': receiver_uid,
'comment': message 'comment': message
} }
transfer = Transfer.initiate(metadata) transfer = Transfer.initiate(metadata)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment