Browse Source

Merge #294: Log initial offerlist on startup for a Maker

8ca65a7 Log initial offerlist on startup for a Maker (Kristaps Kaupe)
master
AdamISZ 7 years ago
parent
commit
d76c582f96
No known key found for this signature in database
GPG Key ID: 141001A1AF77F20B
  1. 1
      jmclient/jmclient/maker.py

1
jmclient/jmclient/maker.py

@ -45,6 +45,7 @@ class Maker(object):
if not self.offerlist:
jlog.info("Failed to create offers, giving up.")
sys.exit(0)
jlog.info('offerlist={}'.format(self.offerlist))
def on_auth_received(self, nick, offer, commitment, cr, amount, kphex):
"""Receives data on proposed transaction offer from daemon, verifies

Loading…
Cancel
Save