Exemplo n.º 1
0
 def confirm_seed(self, seed):
     assert Wallet.is_seed(seed)
     msg = _('Please retype your seed phrase, to confirm that you properly saved it')
     self.restore_seed_dialog(run_prev=self.create_seed, run_next=self.enter_pin, test=lambda x: x==seed, message=msg)