Skip to content

Commit

Permalink
BIP158: fix btcutil gcs broken link.
Browse files Browse the repository at this point in the history
https://github.com/btcsuite/btcutil/blob/master/gcs leads to a broken link. I'm assuming the correct replacement is at https://github.com/btcsuite/btcd/tree/master/btcutil/gcs since `btcutil` is a sub-package in `btcd`, as stated in https://github.com/btcsuite/btcutil/tree/master?tab=readme-ov-file
  • Loading branch information
epysqyli authored Dec 18, 2024
1 parent 8e59f74 commit 9815147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bip-0158.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ Light client: [https://github.com/lightninglabs/neutrino]

Full-node indexing: https://github.com/Roasbeef/btcd/tree/segwit-cbf

Golomb-Rice Coded sets: https://github.com/btcsuite/btcutil/blob/master/gcs
Golomb-Rice Coded sets: https://github.com/btcsuite/btcd/tree/master/btcutil/gcs

== Appendix A: Alternatives ==

Expand Down

0 comments on commit 9815147

Please sign in to comment.