Merge cea38b491f into merged_master (Bitcoin PR bitcoin/bitcoin#22183)

This commit is contained in:
Byron Hambly 2023-04-11 06:15:07 +00:00
commit e2ccc3a707
4 changed files with 44 additions and 34 deletions

View file

@ -885,7 +885,7 @@ static void GetWalletBalances(UniValue& result)
}
/**
* GetProgressBar contructs a progress bar with 5% intervals.
* GetProgressBar constructs a progress bar with 5% intervals.
*
* @param[in] progress The proportion of the progress bar to be filled between 0 and 1.
* @param[out] progress_bar String representation of the progress bar.