Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wborgeaud committed Nov 2, 2023
1 parent e45b563 commit 2d8a02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/tests/selfdestruct.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type F = GoldilocksField;
const D: usize = 2;
type C = KeccakGoldilocksConfig;

/// Test a simple token transfer to a new address.
/// Test a simple selfdestruct.
#[test]
fn test_selfdestruct() -> anyhow::Result<()> {
init_logger();
Expand Down

0 comments on commit 2d8a02c

Please sign in to comment.