Skip to content

Commit

Permalink
fix for new operation handling
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkosecki committed Feb 21, 2022
1 parent 43748f1 commit 97cb344
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 97cb344

Please sign in to comment.