From 00bfe8dd831567a959c4a84adac951973051db41 Mon Sep 17 00:00:00 2001 From: HuangYi Date: Tue, 17 Dec 2024 15:42:23 +0800 Subject: [PATCH] changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e94520343..c0be85c7c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -79,7 +79,7 @@ Ref: https://keepachangelog.com/en/1.0.0/ * (rpc) [#558](https://github.com/crypto-org-chain/ethermint/pull/558) New tracer in predecessors to trace balance correctly when `debug_traceTransaction`. * (rpc) [#559](https://github.com/crypto-org-chain/ethermint/pull/559) Use basefee of transaction height instead of minus one height when `debug_traceTransaction`. * (rpc) [#562](https://github.com/crypto-org-chain/ethermint/pull/562) Fix nil pointer panic with legacy transaction format. -* (ante) [#]() Disallow same sender tx appear after contract creation in the same batch tx. +* (ante) [#566](https://github.com/crypto-org-chain/ethermint/pull/566) Disallow same sender tx appear after contract creation in the same batch tx. ### Improvements