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

Fixed missing metadata transfer

parent d83d020f
No related branches found
No related tags found
No related merge requests found
......@@ -383,7 +383,9 @@ class Wallet(QObject):
'time': time,
'amount': amount,
'issuer': key.pubkey,
'issuer_uid': issuer_uid,
'receiver': recipient,
'receiver_uid': receiver_uid,
'comment': message
}
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