refactor: update send functionality across wallet components (#925)

* refactor: update send functionality across wallet components

---------
Co-authored-by: thesimplekid <tsk@thesimplekid.com>
This commit is contained in:
David Caseria
2025-07-30 23:37:41 -04:00
committed by GitHub
parent f663a6e41c
commit 6ebcbba0c4
11 changed files with 141 additions and 156 deletions

View File

@@ -92,7 +92,7 @@ pub async fn pay_request(
)
.await?;
let token = matching_wallet.send(prepared_send, None).await?;
let token = prepared_send.confirm(None).await?;
// We need the keysets information to properly convert from token proof to proof
let keysets_info = match matching_wallet

View File

@@ -221,7 +221,7 @@ pub async fn send(
},
)
.await?;
let token = wallet.send(prepared_send, None).await?;
let token = prepared_send.confirm(None).await?;
match sub_command_args.v3 {
true => {