Skip to content

Commit

Permalink
Fix buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
rastislavcore committed Aug 23, 2024
1 parent 2e59c83 commit 7f6a834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "txms.js",
"version": "1.2.4",
"version": "1.2.5",
"description": "Transaction messaging service protocol",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import fs from 'fs';
import { Buffer } from 'buffer';

export interface Transport {
encode(hex: string): string;
Expand Down

0 comments on commit 7f6a834

Please sign in to comment.