From 726f01c293181d83ea584a1ed92957349fa12fa0 Mon Sep 17 00:00:00 2001 From: EthanYuan Date: Tue, 2 Apr 2024 17:33:13 +0800 Subject: [PATCH] fix clippy. --- src/subcommands/tx.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/subcommands/tx.rs b/src/subcommands/tx.rs index 42f07a72..53f64792 100644 --- a/src/subcommands/tx.rs +++ b/src/subcommands/tx.rs @@ -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,