Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Feb 27, 2024
1 parent e55400f commit f97cf23
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/subcommands/rpc.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
use ckb_jsonrpc_types::{self as rpc_types, Alert, BlockNumber, EpochNumber, Transaction};
use ckb_types::{packed, prelude::*, H256};
use ckb_jsonrpc_types::{
self as rpc_types, Alert, BlockNumber, EpochNumber, JsonBytes, Transaction,
};
use ckb_types::{bytes::Bytes, packed, prelude::*, H256};
use clap::{App, Arg, ArgMatches};
use ipnetwork::IpNetwork;
use multiaddr::Multiaddr;
Expand All @@ -11,7 +13,7 @@ use std::time::Duration;
use super::{CliSubCommand, Output};
use crate::utils::arg_parser::{
ArgParser, DurationParser, FeeRateStatisticsTargetParser, FilePathParser, FixedHashParser,
FromStrParser,
FromStrParser, HexParser,
};
use crate::utils::rpc::{
parse_order, BannedAddr, BlockEconomicState, BlockView, EpochView, HeaderView, HttpRpcClient,
Expand Down

0 comments on commit f97cf23

Please sign in to comment.