Run 'cargo +stable fmt --all'

This commit is contained in:
Roman Zeyde 2018-11-21 09:36:28 +02:00
parent 5d2b6cc1ef
commit d2db7d0cf2
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

View File

@ -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;