Skip to content

Commit

Permalink
Changed type of extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
kfabianova committed Jun 28, 2018
1 parent 2001a10 commit cf26563
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 cf26563

Please sign in to comment.