summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkatesalazar <mercedes.catherine.salazar@gmail.com>2021-10-10 16:24:57 +0200
committerkatesalazar <mercedes.catherine.salazar@gmail.com>2021-10-10 16:24:57 +0200
commitd03bbedb9c5e8d031d69cd8aedd19f1011fb18b3 (patch)
tree1e31c959d19b44237bc535d1c808fc2739aa4cf4
parent26a7824e6b744cd7137b818341d299df999ea26a (diff)
downloadbips-d03bbedb9c5e8d031d69cd8aedd19f1011fb18b3.tar.xz
BIP 0067: haskell => Haskell
-rw-r--r--bip-0067.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0067.mediawiki b/bip-0067.mediawiki
index a0a484e..793039d 100644
--- a/bip-0067.mediawiki
+++ b/bip-0067.mediawiki
@@ -124,7 +124,7 @@ The authors wish to thank BtcDrak and Luke-Jr for their involvement & contributi
==Usage & Implementations==
* [[https://github.com/bitcoin/bips/blob/master/bip-0045.mediawiki#address-generation-procedure|BIP-0045]] - Structure for Deterministic P2SH Multisignature Wallets
* [[https://github.com/bitpay/bitcore/blob/50a868cb8cdf2be04bb1c5bf4bcc064cc06f5888/lib/script/script.js#L541|Bitcore]]
-* [[https://github.com/haskoin/haskoin-core/blob/b41b1deb0989334a7ead6fc993fb8b02f0c00810/haskoin-core/Network/Haskoin/Script/Parser.hs#L112-L122|Haskoin]] Bitcoin implementation in haskell
+* [[https://github.com/haskoin/haskoin-core/blob/b41b1deb0989334a7ead6fc993fb8b02f0c00810/haskoin-core/Network/Haskoin/Script/Parser.hs#L112-L122|Haskoin]] - Bitcoin implementation in Haskell
* [[https://github.com/etotheipi/BitcoinArmory/blob/268db0f3fa20c989057bd43343a43b2edbe89aeb/armoryengine/ArmoryUtils.py#L1441|Armory]]
* [[https://github.com/bitcoinj/bitcoinj/blob/master/core/src/main/java/org/bitcoinj/script/ScriptBuilder.java#L331|BitcoinJ]]