Noted that we're signing as well as building tx in the method signature

This commit is contained in:
Dave Hrycyszyn
2024-06-25 17:32:44 +01:00
parent c7095ced7b
commit 446efc2fbf
2 changed files with 5 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ impl EsploraWallet {
/// Does NOT send it, you must call `broadcast` to do that.
///
/// We could split the creation and signing easily if needed.
pub(crate) fn build_send_tx(
pub(crate) fn build_and_sign_send_tx(
&mut self,
recipient: Address,
amount: Amount,