Skip to content

Commit

Permalink
Merge pull request #53 from nikuda/webcrypto
Browse files Browse the repository at this point in the history
Using string instead of buffer for proto file
  • Loading branch information
dignifiedquire authored Oct 4, 2016
2 parents a808e6a + f0cf025 commit ccfb33e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/merkledag.proto.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

module.exports = new Buffer(`
module.exports = `
// An IPFS MerkleDAG Link
message PBLink {
Expand All @@ -23,4 +23,4 @@ message PBNode {
// opaque user data
optional bytes Data = 1;
}
`)
`

0 comments on commit ccfb33e

Please sign in to comment.