Skip to content

Commit 54bb6af

Browse files
author
ZhenQian
committed
chore: run rust fmt
1 parent f6326cf commit 54bb6af

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

external/ctaes

Submodule ctaes updated 1 file

rust/apps/wallets/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ pub mod companion_app;
2222
pub mod core_wallet;
2323
pub mod keplr;
2424
pub mod keystone;
25+
pub mod keystone_connect;
2526
pub mod metamask;
2627
pub mod okx;
2728
pub mod solana;
@@ -32,7 +33,6 @@ mod utils;
3233
pub mod xbull;
3334
pub mod xrp_toolkit;
3435
pub mod zcash;
35-
pub mod keystone_connect;
3636
//TODO: get these value from device
3737
pub const DEVICE_TYPE: &str = "Keystone 3 Pro";
3838

rust/rust_c/src/wallet/multi_coins_wallet/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ pub mod bitget;
55
mod imtoken;
66
pub mod keplr;
77
pub mod keystone;
8+
pub mod keystone_connect;
89
pub mod okx;
910
pub mod solana;
1011
pub mod structs;
@@ -13,7 +14,6 @@ pub mod tonkeeper;
1314
mod utils;
1415
pub mod xbull;
1516
pub mod xrp_toolkit;
16-
pub mod keystone_connect;
1717

1818
pub mod core_wallet;
1919
pub mod thor_wallet;

src/device_setting.h

+1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,5 @@ void DeviceSettingsTest(int argc, char *argv[]);
5252
bool GetEnableBlindSigning(void);
5353
void SetEnableBlindSigning(bool enable);
5454
void SetBootSecureCheckFlag(bool isSet);
55+
bool GetBootSecureCheckFlag(void);
5556
#endif

src/ui/gui_assets/images_hash.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2d0b63d974652e3681292274a77162db
1+
078707a02508f8a8fde177fbd923e28f

0 commit comments

Comments
 (0)