Skip to content

Commit 0d19f0e

Browse files
committed
Rename final ERC-20 Theorem
1 parent 74780d3 commit 0d19f0e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎tests/rocq/ERC20/Theory.v‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Proof.
223223
intros. lia.
224224
Qed.
225225

226-
Theorem constant_balanceOf : forall STATE,
226+
Theorem sum_balanceOf_eq_totalSupply : forall STATE,
227227
reachable STATE ->
228228
balanceOf_sum STATE = totalSupply STATE.
229229
Proof.
@@ -295,4 +295,4 @@ Proof.
295295
destruct H; simpl; auto.
296296
+ (* allowance *)
297297
destruct H; simpl; auto.
298-
Qed.
298+
Qed.

0 commit comments

Comments
 (0)