Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bip-0013.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The new bitcoin address type is constructed in the same manner as existing bitco

Version byte is 5 for a main-network address, 196 for a testnet address.
The 20-byte hash is the hash of the script that will be used to redeem the coins.
And the 4-byte checksum is the first four bytes of the SHA256 hash of the version and hash.
And the 4-byte checksum is the first four bytes of the double SHA256 hash of the version and hash.

==Rationale==

Expand Down