Skip to content

Commit

Permalink
Merge pull request #1081 from Cryptonomic/bugfix/set_deposits_limit-o…
Browse files Browse the repository at this point in the history
…ptional-value-for-limit

Fix for new operation handling
  • Loading branch information
SiddharthV1 authored Feb 21, 2022
2 parents 43748f1 + 97cb344 commit 531bfa5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ object TezosTypes {
counter: PositiveBigNumber,
gas_limit: PositiveBigNumber,
storage_limit: PositiveBigNumber,
limit: PositiveBigNumber,
limit: Option[PositiveBigNumber],
blockOrder: Option[Int] = None,
metadata: ResultMetadata[OperationResult.SetDepositsLimit]
) extends Operation
Expand Down

0 comments on commit 531bfa5

Please sign in to comment.