Noted that we're signing as well as building tx in the method signature
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user