Run 'cargo +stable fmt --all'
This commit is contained in:
parent
5d2b6cc1ef
commit
d2db7d0cf2
@ -5,13 +5,13 @@ use bitcoin::util::hash::{HexError, Sha256dHash};
|
||||
use bitcoin::{BitcoinHash, Script};
|
||||
use bitcoin::{Transaction, TxIn, TxOut};
|
||||
use config::Config;
|
||||
use mempool::MEMPOOL_HEIGHT;
|
||||
use errors;
|
||||
use hex::{self, FromHexError};
|
||||
use hyper::rt::{self, Future};
|
||||
use hyper::service::service_fn_ok;
|
||||
use hyper::{Body, Method, Request, Response, Server, StatusCode};
|
||||
use index::compute_script_hash;
|
||||
use mempool::MEMPOOL_HEIGHT;
|
||||
use query::{FundingOutput, Query, SpendingInput, TxnHeight};
|
||||
use serde::Serialize;
|
||||
use serde_json;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user