Skip to content

Commit

Permalink
add align env
Browse files Browse the repository at this point in the history
  • Loading branch information
ArielElp committed Jan 23, 2024
1 parent db84a43 commit 50d6fef
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ The following formula describes the overall fee, stem:[F], for a transaction:

[stem]
++++
\begin{align}
F = \text{gas_price}\cdot&\Bigg(\max_k v_k w_k + \\
& + \; \text{da_calldata_cost}\left(2n+2(m-1) + \ell + 3t + \sum\limits_{i=1}^t q_i\right)\\
& - \; \text{contract_update_discount}\cdot n - 240 \\
& + \; \text{message_calldata_cost}\cdot\left(3t + \sum\limits_{i=1}^t q_i\right) \\
& + \; \text{storage_write_cost}\cdot t\Bigg)
\end{align}
++++

where:
Expand Down

0 comments on commit 50d6fef

Please sign in to comment.