Skip to content

Commit

Permalink
chore: delete unuse code
Browse files Browse the repository at this point in the history
  • Loading branch information
wabicai committed Nov 28, 2024
1 parent 0d2c505 commit cff2ac7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/core/src/api/benfen/BenfenSignTransaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@ import {
BenfenSignedTx,
MessageType,
} from '@onekeyfe/hd-transport';
import semver from 'semver';
import { bytesToHex } from '@noble/hashes/utils';
import { UI_REQUEST } from '../../constants/ui-request';
import { validatePath } from '../helpers/pathUtils';
import { BaseMethod } from '../BaseMethod';
import { validateParams } from '../helpers/paramsValidator';
import { formatAnyHex } from '../helpers/hexUtils';
import { getDeviceFirmwareVersion, getDeviceType } from '../../utils';
import { DeviceModelToTypes } from '../../types';
import type { TypedResponseMessage } from '../../device/DeviceCommands';

type BenfenSignTx = Omit<HardwareBenfenSignTx, 'data_initial_chunk' | 'data_length'> &
Expand Down

0 comments on commit cff2ac7

Please sign in to comment.