From 132519123e6397eae5b411f3782f3f1758de5d4c Mon Sep 17 00:00:00 2001 From: Tomas Susanka Date: Sun, 23 Jun 2019 12:15:09 +0200 Subject: [PATCH] common: add slip39 flag to reset_device --- common/protob/messages-management.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/common/protob/messages-management.proto b/common/protob/messages-management.proto index 1e6d6d2acf..0b2ebe894c 100644 --- a/common/protob/messages-management.proto +++ b/common/protob/messages-management.proto @@ -191,6 +191,7 @@ message ResetDevice { optional uint32 u2f_counter = 7; // U2F counter optional bool skip_backup = 8; // postpone seed backup to BackupDevice workflow optional bool no_backup = 9; // indicate that no backup is going to be made + optional bool slip39 = 10; // indicate that we want SLIP-39 backup not BIP-39 } /**