Skip to content

Commit fccbac8

Browse files
authored
fix: adjust the acquisition of fireware hash in the get_onekey_features method (#548)
Adjust the acquisition of fireware hash in the get_onekey_features method
1 parent f6f7411 commit fccbac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/apps/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def get_onekey_features() -> OnekeyFeatures:
160160
onekey_boot_build_id=utils.boot_build_id(),
161161
onekey_firmware_version=utils.ONEKEY_VERSION,
162162
onekey_firmware_build_id=utils.BUILD_ID[-7:].decode(),
163-
onekey_firmware_hash=utils.firmware_hash(),
163+
onekey_firmware_hash=utils.onekey_firmware_hash(),
164164
onekey_ble_name=uart.get_ble_name(),
165165
onekey_ble_version=uart.get_ble_version(),
166166
onekey_ble_build_id=uart.get_ble_build_id(),

0 commit comments

Comments
 (0)