1
0

show request memo

This commit is contained in:
ThomasV
2014-05-10 22:43:53 +02:00
parent 6665a70a49
commit b9143b3800
2 changed files with 6 additions and 4 deletions

View File

@@ -181,6 +181,8 @@ class PaymentRequest:
addr = transaction.get_address_from_output_script(o.script)[1]
self.outputs.append( (addr, o.amount) )
self.memo = pay_det.memo
if CA_match:
print 'Signed By Trusted CA: ', CA_OU