From 35aadfd32f5b4d6cf0ac229f53a70f12c3813e9f Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 12 Mar 2018 16:21:45 +0100 Subject: [PATCH] update protobuf --- trezorlib/messages/Features.py | 1 + 1 file changed, 1 insertion(+) diff --git a/trezorlib/messages/Features.py b/trezorlib/messages/Features.py index a57f9042a..32011cade 100644 --- a/trezorlib/messages/Features.py +++ b/trezorlib/messages/Features.py @@ -32,5 +32,6 @@ class Features(p.MessageType): 24: ('fw_patch', p.UVarintType, 0), 25: ('fw_vendor', p.UnicodeType, 0), 26: ('fw_vendor_keys', p.BytesType, 0), + 27: ('unfinished_backup', p.BoolType, 0), } MESSAGE_WIRE_TYPE = 17