Skip to content

Commit

Permalink
fix: change back to trezor.io
Browse files Browse the repository at this point in the history
  • Loading branch information
loatheb authored Mar 23, 2023
1 parent 1821a06 commit 19ff5d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions legacy/firmware/fsm_msg_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ bool get_features(Features *resp) {
if (device_is_factory_mode()) {
uint32_t cert_len = 0;
resp->has_vendor = true;
strlcpy(resp->vendor, "onekey.so", sizeof(resp->vendor));
strlcpy(resp->vendor, "trezor.io", sizeof(resp->vendor));
resp->has_model = true;
strlcpy(resp->model, "factory", sizeof(resp->model));
resp->major_version = VERSION_MAJOR;
Expand All @@ -53,7 +53,7 @@ bool get_features(Features *resp) {
#endif
{
resp->has_vendor = true;
strlcpy(resp->vendor, "onekey.so", sizeof(resp->vendor));
strlcpy(resp->vendor, "trezor.io", sizeof(resp->vendor));
resp->major_version = VERSION_MAJOR;
resp->minor_version = VERSION_MINOR;
resp->patch_version = VERSION_PATCH;
Expand Down

0 comments on commit 19ff5d9

Please sign in to comment.