diff options
author | Luke Dashjr <luke_github1@dashjr.org> | 2019-07-26 02:35:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-26 02:35:07 +0000 |
commit | 92e87c9ec3aac7a972f539be165980bf5368fb05 (patch) | |
tree | ec52b935c44e9909aa952b13b6d38e8abc2c445a /bip-0158.mediawiki | |
parent | 372685f6bd5adf9ff9d501adb82df42886f10d2e (diff) | |
parent | 4fe45328c8ad8e23a0a3c3c6ee8133c982905147 (diff) |
Merge pull request #788 from nkohen/2019-06-13-fix-gcs-reference-link
BIP 158: Updated Golomb-Rice Coded sets Reference Implementation link
Diffstat (limited to 'bip-0158.mediawiki')
-rw-r--r-- | bip-0158.mediawiki | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0158.mediawiki b/bip-0158.mediawiki index 07f1ea1..ad46da6 100644 --- a/bip-0158.mediawiki +++ b/bip-0158.mediawiki @@ -347,7 +347,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/Roasbeef/btcutil/tree/gcs/gcs +Golomb-Rice Coded sets: https://github.com/btcsuite/btcutil/blob/master/gcs == Appendix A: Alternatives == |