Cleanup top-level lib doc

This commit is contained in:
Greg Fitzgerald
2018-06-07 14:51:29 -06:00
parent 928e6165bc
commit 8bd10e7c4c
3 changed files with 12 additions and 3 deletions

View File

@ -12,6 +12,7 @@ use std::io;
use std::net::{SocketAddr, UdpSocket};
use transaction::Transaction;
/// An object for querying and sending transactions to the network.
pub struct ThinClient {
requests_addr: SocketAddr,
requests_socket: UdpSocket,