Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit bfdda8a

Browse files
0x-r4bbitalanshaw
authored andcommitted
fix(spec/dag): fix wrong example output for sha3-512 hash algorithm (#347)
Closes #307 License: MIT Signed-off-by: Pascal Precht <pascal.precht@gmail.com>
1 parent 4ef0dce commit bfdda8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SPEC/DAG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const obj = { simple: 'object' }
3636

3737
ipfs.dag.put(obj, { format: 'dag-cbor', hashAlg: 'sha3-512' }, (err, cid) => {
3838
console.log(cid.toBaseEncodedString())
39-
// zdpuAzE1oAAMpsfdoexcJv6PmL9UhE8nddUYGU32R98tzV5fv
39+
// zBwWX9ecx5F4X54WAjmFLErnBT6ByfNxStr5ovowTL7AhaUR98RWvXPS1V3HqV1qs3r5Ec5ocv7eCdbqYQREXNUfYNuKG
4040
})
4141
```
4242

0 commit comments

Comments
 (0)