summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Dashjr <luke_github1@dashjr.org>2017-09-27 18:47:09 +0000
committerGitHub <noreply@github.com>2017-09-27 18:47:09 +0000
commit72f5883b009a6c801f1c0d24bda5aa16eaa3c82e (patch)
tree8153b660e40fba033039ae168f9f6edf16cd9202
parent249f1e472b40071028241884bd6668d9d1d0e5ae (diff)
parentc5c8cb4bc809560deffc630f5ded3cac9610f2a7 (diff)
downloadbips-72f5883b009a6c801f1c0d24bda5aa16eaa3c82e.tar.xz
Merge pull request #591 from danra/patch-3
Fix broken links in BIP 13
-rw-r--r--bip-0013.mediawiki4
1 files changed, 2 insertions, 2 deletions
diff --git a/bip-0013.mediawiki b/bip-0013.mediawiki
index 9805ed0..081ea2a 100644
--- a/bip-0013.mediawiki
+++ b/bip-0013.mediawiki
@@ -14,7 +14,7 @@
This BIP describes a new type of Bitcoin address to support arbitrarily complex transactions. Complexity in this context is defined as what information is needed by the recipient to respend the received coins, in contrast to needing a single ECDSA private key as in current implementations of Bitcoin.
-In essence, an address encoded under this proposal represents the encoded hash of a [[script]], rather than the encoded hash of an ECDSA public key.
+In essence, an address encoded under this proposal represents the encoded hash of a [https://en.bitcoin.it/wiki/Script script], rather than the encoded hash of an ECDSA public key.
==Motivation==
@@ -22,7 +22,7 @@ Enable "end-to-end" secure wallets and payments to fund escrow transactions or o
==Specification==
-The new bitcoin address type is constructed in the same manner as existing bitcoin addresses (see [[Base58Check encoding]]):
+The new bitcoin address type is constructed in the same manner as existing bitcoin addresses (see [https://en.bitcoin.it/Base58Check_encoding Base58Check encoding]):
base58-encode: [one-byte version][20-byte hash][4-byte checksum]