Fix typos.

This commit is contained in:
Kris Nuttycombe 2022-02-02 14:00:05 -07:00
parent cdd899dda1
commit 3699a6df97
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.