From b283e4dc2a887f34eca2452c0b1520f3157bc1a3 Mon Sep 17 00:00:00 2001 From: KaffinPX Date: Thu, 4 Jul 2024 14:50:30 +0300 Subject: [PATCH] Lint --- crypto/txscript/src/wasm/builder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/txscript/src/wasm/builder.rs b/crypto/txscript/src/wasm/builder.rs index a92e19235..ce5d3ba3c 100644 --- a/crypto/txscript/src/wasm/builder.rs +++ b/crypto/txscript/src/wasm/builder.rs @@ -1,5 +1,5 @@ -use crate::{script_builder as native, standard}; use crate::result::Result; +use crate::{script_builder as native, standard}; use kaspa_consensus_core::tx::ScriptPublicKey; use kaspa_utils::hex::ToHex; use kaspa_wasm_core::types::{BinaryT, HexString};