Skip to content

Commit

Permalink
Merge pull request #24 from DECENTfoundation/transaction_operations_r…
Browse files Browse the repository at this point in the history
…efactor

Changed type of extensions
  • Loading branch information
kfabianova authored Jun 28, 2018
2 parents 2001a10 + cf26563 commit 5d929ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serializer/src/operations.js
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ export const update_monitored_asset_operation = new Serializer(
new_description: string,
new_feed_lifetime_sec: uint32,
new_minimum_feeds: uint8,
extensions: optional(future_extensions)
extensions: set(future_extensions)
}
);

Expand Down

0 comments on commit 5d929ee

Please sign in to comment.