docs: fix markdown syntax typo in v0.15's changelog
Jorropo committed
Aug 30, 2022 at 14:41 UTC
0d9478d3c8fcc5b623d534f0b0fc49733d80c2f7
1 file changed
+1
docs/changelogs/v0.15.md
+1
@@ -27,6 +27,7 @@ We are improving release speed and cadence trying to have a new release every 5
27
You can now use `blake3` as a valid hash function:
28
- `ipfs block put --mhtype=blake3`
29
- `ipfs add --hash=blake3`
30
+
31
It uses a 32 bytes default size.
32
And verify up to 128 bytes.
33
Because `blake3` is variable output hash function, you can use a different digest length, set `mhlen`: `ipfs block put --mhtype=blake3 --mhlen=64`, `ipfs add` doesn't have this option yet.