From 594f4cc8ba04282b482b2392ddcf071477a20eab Mon Sep 17 00:00:00 2001 From: Quentin Le Sceller Date: Fri, 5 Mar 2021 13:29:33 -0500 Subject: [PATCH] Fix comment about deprecated method (#590) --- 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 37b2f54b..8fc3a622 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 1ec69db5..f0b9f57f 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