Skip to content

Commit

Permalink
removing dangling import
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-demox committed Oct 7, 2024
1 parent 7bc9b18 commit 0f14fb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/rust-client/src/transactions/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use alloc::{
vec::Vec,
};
use core::fmt;
use wasm_bindgen::JsValue;

use miden_lib::transaction::TransactionKernel;
use miden_objects::{
Expand Down Expand Up @@ -257,7 +256,6 @@ impl<N: NodeRpcClient, R: FeltRng, S: Store, A: TransactionAuthenticator> Client
let future_notes: Vec<NoteDetails> =
transaction_request.expected_future_notes().cloned().collect();


let tx_script = match transaction_request.script_template() {
Some(TransactionScriptTemplate::CustomScript(script)) => script.clone(),
Some(TransactionScriptTemplate::SendNotes(notes)) => {
Expand Down

0 comments on commit 0f14fb9

Please sign in to comment.