Skip to content

Commit ccfb33e

Browse files
Merge pull request #53 from nikuda/webcrypto
Using string instead of buffer for proto file
2 parents a808e6a + f0cf025 commit ccfb33e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/merkledag.proto.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict'
22

3-
module.exports = new Buffer(`
3+
module.exports = `
44
// An IPFS MerkleDAG Link
55
message PBLink {
66
@@ -23,4 +23,4 @@ message PBNode {
2323
// opaque user data
2424
optional bytes Data = 1;
2525
}
26-
`)
26+
`

0 commit comments

Comments
 (0)