Skip to content

Commit

Permalink
Merge pull request #31 from bchainhub/update/feature-download-02
Browse files Browse the repository at this point in the history
Fix buffer
  • Loading branch information
rastislavcore authored Aug 23, 2024
2 parents 2e59c83 + 7f6a834 commit b64d2d4
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 b64d2d4

Please sign in to comment.