diff --git a/src/lib.rs b/src/lib.rs index 002e545..9f1996d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -507,7 +507,7 @@ impl Blockbook { /// /// If the underlying network request fails, if the server returns a /// non-success response, or if the response body is of unexpected format. - pub async fn send_transaction(&self, tx: &bitcoin::Transaction) -> Result { + pub async fn send_transaction(&self, tx: &BitcoinTransaction) -> Result { #[derive(serde::Deserialize)] struct Response { result: Txid,