Fix typos

This commit is contained in:
Dimitris Apostolou 2022-03-22 22:59:04 +02:00
parent 7b7ac148ac
commit 234867d270
No known key found for this signature in database
GPG Key ID: 4B5D20E938204A8A
3 changed files with 3 additions and 3 deletions

View File

@ -294,7 +294,7 @@ typedef void (*push_spend_t)(void* callbackReceiver, const RawOrchardActionSpend
typedef void (*push_output_t)(void* callbackReceiver, const RawOrchardActionOutput data);
/**
* Trial-decrypts the specfied Orchard bundle, and uses the provided callbacks to pass
* Trial-decrypts the specified Orchard bundle, and uses the provided callbacks to pass
* `RawOrchardActionSpend` and `RawOrchardActionOutput` values (corresponding to the
* actions of that bundle) to the provided result receiver.
*

View File

@ -179,7 +179,7 @@ pub enum BundleLoadError {
/// the provided IVK.
ActionDecryptionFailed(usize),
/// The wallet did not contain the full viewing key corresponding
/// to the incoming viewing key that successfullly decrypted a
/// to the incoming viewing key that successfully decrypted a
/// note.
FvkNotFound(IncomingViewingKey),
/// An action index identified as potentially spending one of our

View File

@ -4755,7 +4755,7 @@ UniValue z_sendmany(const UniValue& params, bool fHelp)
"5. privacyPolicy (string, optional, default=\"LegacyCompat\") Policy for what information leakage is acceptable.\n"
" One of the following strings:\n"
" - \"FullPrivacy\": Only allow fully-shielded transactions (involving a single shielded pool).\n"
" - \"LegacyCompat\": If the transaction involves any Unified Addressess, this is equivalent to\n"
" - \"LegacyCompat\": If the transaction involves any Unified Addresses, this is equivalent to\n"
" \"FullPrivacy\". Otherwise, this is equivalent to \"AllowFullyTransparent\".\n"
" - \"AllowRevealedAmounts\": Allow funds to cross between shielded pools, revealing the amount\n"
" that crosses pools.\n"