From 65980e18557aa5e525b7ec6e54f25eb2eb8a95d4 Mon Sep 17 00:00:00 2001 From: 1HXb9KMAtwNJqz4egi6hJx08EQgJajiBTH <1HXb9KMAtwNJqz4egi6hJx08EQgJajiBTH@reference.cash> Date: Thu, 2 Jan 2020 17:08:52 -0500 Subject: [PATCH] wiki commit --- home.md | 2 +- .../proof-of-work/difficulty-adjustment-algorithm.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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: - ...