Skip to content

Commit

Permalink
ref: import ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
niklaslong committed May 1, 2024
1 parent ceb5a81 commit bf37794
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions node/rest/src/routes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@ use super::*;
use snarkos_node_router::{messages::UnconfirmedSolution, SYNC_LENIENCY};
use snarkvm::{
ledger::puzzle::Solution,
prelude::{block::Transaction, Identifier, Plaintext, ToBytes},
prelude::{block::Transaction, Identifier, LimitedWriter, Plaintext, ToBytes},
};

use indexmap::IndexMap;
use rayon::prelude::*;
use serde::{Deserialize, Serialize};
use serde_json::json;
use snarkvm::prelude::LimitedWriter;

/// The `get_blocks` query object.
#[derive(Deserialize, Serialize)]
Expand Down

0 comments on commit bf37794

Please sign in to comment.