Skip to content

Commit c9faeb0

Browse files
Merge pull request #42 from nikuda/webcrypto
Using string instead of buffer for proto file
2 parents cfbe24e + aa8c13d commit c9faeb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/message/message.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
package bitswap.message.pb;
55
66
message Message {
@@ -20,4 +20,4 @@ message Message {
2020
optional Wantlist wantlist = 1;
2121
repeated bytes blocks = 2;
2222
}
23-
`)
23+
`

0 commit comments

Comments
 (0)