Skip to content

Commit ffb38c7

Browse files
author
Eason
committed
cargo clippy
1 parent 639b849 commit ffb38c7

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

core/api/src/jsonrpc/impl/web3.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ use jsonrpsee::core::Error;
77
use common_apm::metrics_rpc;
88
use protocol::traits::{APIAdapter, Context, Interoperation};
99
use protocol::types::{
10-
Block, BlockNumber, Bytes, Hash, Header, Hex, Receipt, SignedTransaction, TxResp,
11-
UnverifiedTransaction, H160, H256, H64, MAX_RPC_GAS_CAP, MIN_TRANSACTION_GAS_LIMIT, U256,
10+
Block, BlockNumber, Bytes, CellDepWithPubKey, Hash, Hasher, Header, Hex, Receipt,
11+
SignatureComponents, SignatureR, SignatureS, SignedTransaction, TxResp, UnverifiedTransaction,
12+
H160, H256, H64, MAX_RPC_GAS_CAP, MIN_TRANSACTION_GAS_LIMIT, U256,
1213
};
1314
use protocol::{
1415
async_trait, ckb_blake2b_256, codec::ProtocolCodec, lazy::PROTOCOL_VERSION, ProtocolResult,

0 commit comments

Comments
 (0)