http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/src/ea1e8d1228db50c9776998ff50d270af52b35540/mmgen/mn_entry.py
r}: Valid choices: {fmt_list(cls.entry_modes)} """ die(2, '\n' + fmt(errmsg,indent=' ')) if cls == type(self): self.usr_dfl_entry_mode = v class MnemonicEntryMMGen(MnemonicEntry): wl_id = 'mmgen' modname = 'baseconv' entry_modes = ('full','minimal','fixed') dfl_entry_mode = 'minimal' has_chksum = False class MnemonicEntryBIP39(MnemonicEntry): wl_id = 'bip39' modname = 'bip39' entry_modes = ('full','short','fixed') dfl_entry_mode = 'fixed' has_chksum =...