Skip to content

Commit

Permalink
Fix serialization of contract_create_operation (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
doomdabidon authored Oct 8, 2019
1 parent 92b4d30 commit 6415194
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": "echojs-lib",
"version": "1.8.0-rc.1",
"version": "1.8.0-rc.2",
"description": "Pure JavaScript ECHO library for node.js",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/serializers/protocol/contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export const contractBaseOperationPropsSerializer = struct({

export const contractCreateOperationPropsSerializer = struct({
...contractBaseOperationPropsSerializer.serializers,
eth_accuracy: bool,
supported_asset_id: optional(assetId),
eth_accuracy: bool,
extensions,
});

Expand Down

0 comments on commit 6415194

Please sign in to comment.