Skip to content

Commit 21da438

Browse files
authored
Merge pull request bitcoin#600 from flack/patch-1
Typo fix
2 parents 583c928 + fba4c80 commit 21da438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bip-0115.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Why are block heights required to be absolute, rather than relative?
8383
Why are blocks older than 52596 deep in the chain not verified?
8484

8585
* This is to avoid creating an infinite storage requirement from all full nodes which would be necessary to maintain all the block headers indefinitely. 52596 block headers requires a fixed size of approximately 4 MB.
86-
* In any case where you might want to specify a deeper block, you can also just as well specify a more recent one that decends from it.
86+
* In any case where you might want to specify a deeper block, you can also just as well specify a more recent one that descends from it.
8787
* It is assumed that 1 year is sufficient time to double-spend any common UTXOs on all blockchains of interest.
8888
* If a deeper check is needed, it can be softforked in. Making the check more shallow, on the other hand, is a hardfork.
8989

0 commit comments

Comments
 (0)