Skip to content

Commit

Permalink
v0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Strernd committed Jun 11, 2020
1 parent 38390f7 commit 3b1e7b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tixl/tixl-types",
"version": "0.6.4",
"version": "0.6.5",
"repository": "[email protected]:tixl/tixl-types.git",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export type BlockchainTx = {
};

export type MultiTx = {
type: 'MULTI';
isMulti: true;
transactions: Transaction[];
};

Expand Down

0 comments on commit 3b1e7b1

Please sign in to comment.