From 8bed2f4d3c88006a4b8017a1a8f9a3f6f1c5e5c7 Mon Sep 17 00:00:00 2001 From: Quentin Le Sceller Date: Thu, 17 Dec 2020 10:00:33 -0500 Subject: [PATCH] Fix comment about deprecated method --- api/src/foreign_rpc.rs | 2 +- api/src/owner.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/src/foreign_rpc.rs b/api/src/foreign_rpc.rs index b3d6ab9eb..7759d295b 100644 --- a/api/src/foreign_rpc.rs +++ b/api/src/foreign_rpc.rs @@ -494,7 +494,7 @@ pub fn run_doctest_foreign( .unwrap() }; println!("INIT INVOICE SLATE"); - // Spit out slate for input to finalize_invoice_tx + // Spit out slate for input to finalize_tx println!("{}", serde_json::to_string_pretty(&slate).unwrap()); } diff --git a/api/src/owner.rs b/api/src/owner.rs index 1ec69db51..f0b9f57ff 100644 --- a/api/src/owner.rs +++ b/api/src/owner.rs @@ -718,7 +718,7 @@ where /// The slate created by this function will contain the amount, an output for the amount, /// as well as round 1 of singature creation complete. The slate should then be send /// to the payer, who should add their inputs and signature data and return the slate - /// via the [Foreign API's `finalize_invoice_tx`](struct.Foreign.html#method.finalize_invoice_tx) method. + /// via the [Foreign API's `finalize_tx`](struct.Foreign.html#method.finalize_tx) method. /// /// # Arguments /// * `keychain_mask` - Wallet secret mask to XOR against the stored wallet seed before using, if