mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-01-21 03:21:08 +03:00
Fix comment about deprecated method (#590)
This commit is contained in:
parent
563b456e47
commit
594f4cc8ba
2 changed files with 2 additions and 2 deletions
|
@ -494,7 +494,7 @@ pub fn run_doctest_foreign(
|
||||||
.unwrap()
|
.unwrap()
|
||||||
};
|
};
|
||||||
println!("INIT INVOICE SLATE");
|
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());
|
println!("{}", serde_json::to_string_pretty(&slate).unwrap());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -718,7 +718,7 @@ where
|
||||||
/// The slate created by this function will contain the amount, an output for the amount,
|
/// 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
|
/// 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
|
/// 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
|
/// # Arguments
|
||||||
/// * `keychain_mask` - Wallet secret mask to XOR against the stored wallet seed before using, if
|
/// * `keychain_mask` - Wallet secret mask to XOR against the stored wallet seed before using, if
|
||||||
|
|
Loading…
Reference in a new issue