Skip to content

Commit

Permalink
Merge branch 'onekey' into feat/benfen
Browse files Browse the repository at this point in the history
  • Loading branch information
wabicai authored Nov 28, 2024
2 parents cdd4aa8 + 7c4ba81 commit 2a58155
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/api/benfen/BenfenSignMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export default class BenfenSignMessage extends BaseMethod<HardwareBenfenSignMess
// };
// }


Check failure on line 35 in packages/core/src/api/benfen/BenfenSignMessage.ts

View workflow job for this annotation

GitHub Actions / lint (18.x)

Delete `⏎`
async run() {
const response = await this.device.commands.typedCall(
'BenfenSignMessage',
Expand Down
2 changes: 2 additions & 0 deletions packages/core/src/api/benfen/BenfenSignTransaction.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { BenfenSignTx, TypedCall, BenfenSignedTx, MessageType } from '@onekeyfe/hd-transport';

import { bytesToHex } from '@noble/hashes/utils';
import { UI_REQUEST } from '../../constants/ui-request';
import { validatePath } from '../helpers/pathUtils';
Expand Down Expand Up @@ -36,6 +37,7 @@ export default class BenfenSignTransaction extends BaseMethod<BenfenSignTx> {
// };
// }


Check failure on line 40 in packages/core/src/api/benfen/BenfenSignTransaction.ts

View workflow job for this annotation

GitHub Actions / lint (18.x)

Delete `⏎`
chunkByteSize = 1024;

processTxRequest = async (
Expand Down

0 comments on commit 2a58155

Please sign in to comment.