Merge pull request #10088

dc759e8 minimal changes to remove improper binding to temporary variable (dabbonda)
This commit is contained in:
tobtoht 2025-09-24 20:50:55 +00:00
commit 1d9a201980
No known key found for this signature in database
GPG Key ID: E45B10DD027D2472

View File

@ -45,7 +45,7 @@ namespace trezor
{
const char * TYPE_PREFIX = "MessageType_";
const char * PACKAGES[] = {
const std::string PACKAGES[] = {
"hw.trezor.messages.",
"hw.trezor.messages.common.",
"hw.trezor.messages.management.",