From 690390fb94ef8246820af9fd80b2b172ba4f5be4 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 2 Aug 2024 12:34:02 +0900 Subject: [PATCH] state: update account.hpp minor fix --- test/state/account.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/state/account.hpp b/test/state/account.hpp index d836525ddc..63ba4495ca 100644 --- a/test/state/account.hpp +++ b/test/state/account.hpp @@ -45,7 +45,7 @@ struct Account /// The account code. bytes code; - /// The account has been destructed and should be erased at the end of of a transaction. + /// The account has been destructed and should be erased at the end of a transaction. bool destructed = false; /// The account should be erased if it is empty at the end of a transaction.