diff --git a/home.md b/home.md index f1258ee..5c9eb1b 100644 --- a/home.md +++ b/home.md @@ -60,7 +60,7 @@ - [Bip-157](/protocol/forks/bip-0157) - [Bip-158](/protocol/forks/bip-0158) - [Bip-159](/protocol/forks/bip-0159) - - BCH UAHF (BUIP-55) + - BCH-UAHF (BUIP-55) - [HF-20171113](/protocol/forks/hf-20171113) - HF-20180515 - HF-20181115 diff --git a/protocol/blockchain/proof-of-work/difficulty-adjustment-algorithm.md b/protocol/blockchain/proof-of-work/difficulty-adjustment-algorithm.md index cfbeb2b..751c1e6 100644 --- a/protocol/blockchain/proof-of-work/difficulty-adjustment-algorithm.md +++ b/protocol/blockchain/proof-of-work/difficulty-adjustment-algorithm.md @@ -7,14 +7,14 @@ Put into place as a part of [HF-20171113](/protocol/forks/hf-20171113), it opera ## Legacy Difficulty Adjustment Algorithm -Prior to [BCH UAHF](/protocol/forks/bch-uahf), the original Bitcoin difficulty adjustment algorithm was used. +Prior to [BCH-UAHF](/protocol/forks/bch-uahf), the original Bitcoin difficulty adjustment algorithm was used. This algorithm operated as follows: - ... ## Emergency Difficulty Adjustment Algorithm -As a part of BCH UAHF, due to the anticipated decrease in hashing power, the following adjustment to the legacy difficulty adjustment algorithm above was put into place: +As a part of BCH-UAHF, due to the anticipated decrease in hashing power, the following adjustment to the legacy difficulty adjustment algorithm above was put into place: - ...