From 9513fa84fcc87ced093e2fa8dc58f2cc95849b8f Mon Sep 17 00:00:00 2001 From: yihuang Date: Fri, 18 Oct 2024 17:09:28 +0800 Subject: [PATCH] Update testground/benchmark/benchmark/cosmostx.py Signed-off-by: yihuang --- testground/benchmark/benchmark/cosmostx.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/testground/benchmark/benchmark/cosmostx.py b/testground/benchmark/benchmark/cosmostx.py index 2177ced51c..ba7eb07d25 100644 --- a/testground/benchmark/benchmark/cosmostx.py +++ b/testground/benchmark/benchmark/cosmostx.py @@ -80,7 +80,3 @@ class TxRaw(ProtoEntity): class MsgEthereumTx(ProtoEntity): from_ = Field("bytes", 5) raw = Field("bytes", 6) - - -class ExtensionOptionsEthereumTx(ProtoEntity): - pass