Skip to content

Commit

Permalink
fixed typo in implicit operation results, which caused missing cycle/…
Browse files Browse the repository at this point in the history
…period information (#1099)
  • Loading branch information
piotrkosecki authored Jun 29, 2022
1 parent 1b11a5e commit c4694bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ object TezosTypes {
storage: Option[Micheline],
balance_updates: List[OperationMetadata.BalanceUpdate],
consumed_gas: PositiveBigNumber,
consumed_miligas: PositiveBigNumber,
consumed_milligas: PositiveBigNumber,
storage_size: PositiveBigNumber
)

Expand Down

0 comments on commit c4694bf

Please sign in to comment.