Skip to content
Snippets Groups Projects
Commit 5049790c authored by inso's avatar inso
Browse files

Fixed bug #131

parent 1427d745
No related branches found
No related tags found
No related merge requests found
......@@ -73,6 +73,9 @@ class Cache():
receivers = [o.pubkey for o in tx.outputs
if o.pubkey != tx.issuers[0]]
if len(receivers) == 0:
receivers = [tx.issuers[0]]
try:
issuer_uid = Person.lookup(tx.issuers[0], community).uid
except PersonNotFoundError:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment