Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
removed nick_pkh_raw (binary) and nick_priv from debug dump
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamISZ committed Sep 14, 2016
1 parent 47479d5 commit 9c954d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joinmarket/yieldgenerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def ygmain(ygclass, txfee=1000, cjfee_a=200, cjfee_r=0.002, ordertype='reloffer'
log.debug('CRASHING, DUMPING EVERYTHING')
debug_dump_object(wallet, ['addr_cache', 'keys', 'seed'])
debug_dump_object(maker)
debug_dump_object(mcc)
debug_dump_object(mcc, ['nick_priv', 'nick_pkh_raw'])
import traceback
log.debug(traceback.format_exc())

0 comments on commit 9c954d7

Please sign in to comment.