Skip to content

Commit

Permalink
README: Use the correct argument as template parameter
Browse files Browse the repository at this point in the history
v2.0.0 switched from bits to byte but this wasn't updated.
  • Loading branch information
Geod24 committed Apr 8, 2021
1 parent 3167158 commit cbf4b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A lightweight wrapper to represent hashes as value types.

```D
/// Alias for a 256 bits / 32 byte hash type
alias Hash = BitBlob!256;
alias Hash = BitBlob!32;
/// Used in the following tests
enum BTCGenesisStr = `0x000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f`;
Expand Down

0 comments on commit cbf4b05

Please sign in to comment.