http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/afa3fe609a90abb33c68dfa5d9ab604785bdc8ca
%s'" % (ext,"' '.".join([i[0] for i in ext_data]))) sys.exit(2) elif "from_brain" in opts or "from_mnemonic" in opts or "from_seed" in opts: msg("Need data for seed ID %s" % seed_ids[0]) silent = False while True: seed = get_seed("",opts,silent=silent) silent = True if seed: break seed = get_seed_retry("",opts) else: msg("One of '-b', '-m' or '-s' must be specified for seed IDs: %s" % " ".join(seed_ids)) b,p,v = ("A seed","","is") if len(seed_ids) == 1 else ("Seed","s","are") msg("ERROR: %s source%s %s...