Skip to content

Commit c5c8cb4

Browse files
authored
Fix broken links in BIP 13
1 parent 39afc8d commit c5c8cb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bip-0013.mediawiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414

1515
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.
1616

17-
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.
17+
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.
1818

1919
==Motivation==
2020

2121
Enable "end-to-end" secure wallets and payments to fund escrow transactions or other complex transactions. Enable third-party wallet security services.
2222

2323
==Specification==
2424

25-
The new bitcoin address type is constructed in the same manner as existing bitcoin addresses (see [[Base58Check encoding]]):
25+
The new bitcoin address type is constructed in the same manner as existing bitcoin addresses (see [https://en.bitcoin.it/Base58Check_encoding Base58Check encoding]):
2626

2727
base58-encode: [one-byte version][20-byte hash][4-byte checksum]
2828

0 commit comments

Comments
 (0)