From 2d8a02c894380021d22b125a7a1419c219985d4a Mon Sep 17 00:00:00 2001 From: wborgeaud Date: Thu, 2 Nov 2023 07:22:56 +0100 Subject: [PATCH] Comment --- evm/tests/selfdestruct.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evm/tests/selfdestruct.rs b/evm/tests/selfdestruct.rs index 95ca74a2b3..a3e467b012 100644 --- a/evm/tests/selfdestruct.rs +++ b/evm/tests/selfdestruct.rs @@ -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();