From 3699a6df97978b8a87099aeec4ce4e280cf5f3d9 Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Wed, 2 Feb 2022 14:00:05 -0700 Subject: [PATCH] Fix typos. --- zcash_client_backend/src/data_api/wallet.rs | 2 +- zcash_client_sqlite/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zcash_client_backend/src/data_api/wallet.rs b/zcash_client_backend/src/data_api/wallet.rs index f2f7eeec1..c81c43085 100644 --- a/zcash_client_backend/src/data_api/wallet.rs +++ b/zcash_client_backend/src/data_api/wallet.rs @@ -415,7 +415,7 @@ where /// * `memo`: A memo to be included in the output to the (internal) recipient. /// This can be used to take notes about auto-shielding operations internal /// to the wallet that the wallet can use to improve how it represents those -/// those shielding transactions to the user. +/// shielding transactions to the user. /// * `min_confirmations`: The minimum number of confirmations that a previously /// received UTXO must have in the blockchain in order to be considered for being /// spent. diff --git a/zcash_client_sqlite/CHANGELOG.md b/zcash_client_sqlite/CHANGELOG.md index 59e90a30b..1050aebda 100644 --- a/zcash_client_sqlite/CHANGELOG.md +++ b/zcash_client_sqlite/CHANGELOG.md @@ -39,7 +39,7 @@ and this library adheres to Rust's notion of constructed, rather than only in the case that a transaction has been decrypted after being retrieved from the network. - A new non-null column, `output_pool` has been added to the `sent_notes` - table to enable distinguising between Sapling and transparent outputs + table to enable distinguishing between Sapling and transparent outputs (and in the future, outputs to other pools). This will require a migration, which may need to be performed in multiple steps. Values for this column should be assigned by inference from the address type in the stored data.