http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/src/fde2bccab9351c091dce7ed328a8790628b0d8a1/mmgen/main_seedjoin.py
{n_pw} {f} """ }, 'code': { 'options': lambda cfg, s: s.format( ms_min = MasterShareIdx.min_val, ms_max = MasterShareIdx.max_val, cfg = cfg, gc = gc, ), 'notes': lambda cfg, help_notes, s: s.format( f = help_notes('fmt_codes'), n_pw = help_notes('passwd'), ) } } def print_shares_info(): si = 0 out = '\nComputed shares:\n' if cfg.master_share: fs = '{:3}: {}->{} ' + yellow('(master share #{}, split id ') + '{}' + yellow(', share count {})\n') out += fs.format( 1,...