Skip to content

Commit

Permalink
fixed lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
EdsonAlcala committed Dec 13, 2024
1 parent 97ed20b commit 8fdb21e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ use near_primitives::action::FunctionCallAction;
// Omni Transaction Dependencies
use omni_transaction::bitcoin::bitcoin_transaction::BitcoinTransaction;
use omni_transaction::bitcoin::types::{
Amount, LockTime, OutPoint, ScriptBuf, Sequence, TransactionType, TxIn, TxOut, Version, Witness,
Amount, LockTime, OutPoint, ScriptBuf, Sequence, TxIn, TxOut, Version, Witness,
};
use omni_transaction::transaction_builder::{TransactionBuilder, TxBuilder};
use omni_transaction::types::BITCOIN;
// OmniBox Dependencies
use omni_box::utils::{address, signature};
use omni_box::utils::address;
use omni_box::OmniBox;
// Other Dependencies
use serde_json::json;
Expand Down

0 comments on commit 8fdb21e

Please sign in to comment.