http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/2435f60b03b13169d98e426c37f844b9500580b6?style=split
) msg( "Secret file '{}' non-existent, unreadable or in incorrect format!".format(fn) ) if on_fail == 'die': sys.exit(1) if on_fail == 'die': sys.exit(1) else: return None else: return None @ -135,7 +141,8 @@ def sign(): unsigned = [os.path.join(tx_dir,f) for f in raw if f[:-6] not in signed] unsigned = [os.path.join(tx_dir,f) for f in raw if f[:-6] not in signed] if unsigned: if unsigned: cmd = ['mmgen-txsign','--yes','--outdir='+tx_dir] + tn_arg + unsigned +...