Skip to content

Commit b8ed4d7

Browse files
committed
Style changes requested in PR comments
1 parent b5c0f1b commit b8ed4d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/blocking.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ use std::convert::TryFrom;
1616
use std::str::FromStr;
1717
use std::thread;
1818

19-
use bitcoin::Address;
2019
#[allow(unused_imports)]
2120
use log::{debug, error, info, trace};
2221

@@ -25,6 +24,7 @@ use minreq::{Proxy, Request, Response};
2524
use bitcoin::consensus::{deserialize, serialize, Decodable};
2625
use bitcoin::hashes::{sha256, Hash};
2726
use bitcoin::hex::{DisplayHex, FromHex};
27+
use bitcoin::Address;
2828
use bitcoin::{
2929
block::Header as BlockHeader, Block, BlockHash, MerkleBlock, Script, Transaction, Txid,
3030
};
@@ -327,6 +327,7 @@ impl BlockingClient {
327327
}
328328

329329
/// Get transaction history for the specified address/scripthash, sorted with newest first.
330+
///
330331
/// Returns up to 50 mempool transactions plus the first 25 confirmed transactions.
331332
/// More can be requested by specifying the last txid seen by the previous query.
332333
pub fn get_address_txs(

0 commit comments

Comments
 (0)