Skip to content

Commit

Permalink
fix clippy.
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanYuan committed Apr 2, 2024
1 parent 560a309 commit 726f01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subcommands/tx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use ckb_jsonrpc_types::JsonBytes;
use ckb_sdk::{
constants::{MULTISIG_TYPE_HASH, SECP_SIGNATURE_SIZE},
unlock::MultisigConfig,
Address, AddressPayload, CodeHashIndex, HumanCapacity, NetworkType,
Address, AddressPayload, HumanCapacity, NetworkType,
};
use ckb_types::{
bytes::Bytes,
Expand Down

0 comments on commit 726f01c

Please sign in to comment.