Skip to content

Commit 7f6a834

Browse files
committed
Fix buffer
1 parent 2e59c83 commit 7f6a834

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "txms.js",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "Transaction messaging service protocol",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import fs from 'fs';
2+
import { Buffer } from 'buffer';
23

34
export interface Transport {
45
encode(hex: string): string;

0 commit comments

Comments
 (0)