1
0

fix: saving payment request as bip70 file

This commit is contained in:
SomberNight
2017-10-04 02:12:52 +02:00
parent 91ed74a95f
commit 67f418e94d
2 changed files with 2 additions and 2 deletions

View File

@@ -320,7 +320,7 @@ def make_unsigned_request(req):
pd.memo = memo
pr = pb2.PaymentRequest()
pr.serialized_payment_details = pd.SerializeToString()
pr.signature = ''
pr.signature = util.to_bytes('')
return pr