Fix typo in from_next_work_required documentation

This commit is contained in:
Shing Him Ng 2024-11-27 07:45:57 -06:00
parent 5e47c4123d
commit 4d0d78a3af
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ define_extension_trait! {
/// ref: <https://github.com/bitcoin/bitcoin/blob/0503cbea9aab47ec0a87d34611e5453158727169/src/pow.cpp>
///
/// Given the previous Target, represented as a [`CompactTarget`], the difficulty is adjusted
/// by taking the timespan between them, and multipling the current [`CompactTarget`] by a factor
/// by taking the timespan between them, and multiplying the current [`CompactTarget`] by a factor
/// of the net timespan and expected timespan. The [`CompactTarget`] may not adjust by more than
/// a factor of 4, or adjust beyond the maximum threshold for the network.
///