Return txid from send

This commit is contained in:
Aditya Kulkarni
2019-10-18 12:38:28 -07:00
parent c34aba4ddd
commit 4518965a41
3 changed files with 14 additions and 3 deletions

View File

@@ -386,6 +386,7 @@ pub struct WalletTx {
// All outgoing sapling sends to addresses outside this wallet
pub outgoing_metadata: Vec<OutgoingTxMetadata>,
// Whether this TxID was downloaded from the server and scanned for Memos
pub full_tx_scanned: bool,
}