From ed20e2ebe02e1b5a6957a290832575c4d3cebbf6 Mon Sep 17 00:00:00 2001 From: M1nd3r Date: Thu, 17 Oct 2024 13:46:22 +0200 Subject: [PATCH] fix(core): change version of THP in USE_THP description [no changelog] --- core/mocks/generated/trezorutils.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/mocks/generated/trezorutils.pyi b/core/mocks/generated/trezorutils.pyi index 7116d88c7c..d28a5866ce 100644 --- a/core/mocks/generated/trezorutils.pyi +++ b/core/mocks/generated/trezorutils.pyi @@ -151,4 +151,4 @@ BITCOIN_ONLY: bool UI_LAYOUT: str """UI layout identifier ("tt" for model T, "tr" for models One and R).""" USE_THP: bool -"""Whether the firmware supports the Trezor-Host Protocol.""" +"""Whether the firmware supports Trezor-Host Protocol (version 2)."""