Skip to content

Commit cbf4b05

Browse files
committed
README: Use the correct argument as template parameter
v2.0.0 switched from bits to byte but this wasn't updated.
1 parent 3167158 commit cbf4b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A lightweight wrapper to represent hashes as value types.
99

1010
```D
1111
/// Alias for a 256 bits / 32 byte hash type
12-
alias Hash = BitBlob!256;
12+
alias Hash = BitBlob!32;
1313
1414
/// Used in the following tests
1515
enum BTCGenesisStr = `0x000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f`;

0 commit comments

Comments
 (0)