From 36ea7f58dd423d96cb9dc280dc806ad24765b2f9 Mon Sep 17 00:00:00 2001 From: Georgi Lazarov Date: Tue, 23 Apr 2024 00:39:24 +0300 Subject: [PATCH] fix: wrong gas estimation due to invalid tx object (#2377) * fix: wrong gas estimation due to invalid tx object Signed-off-by: georgi-l95 optimization Signed-off-by: georgi-l95 chore: fix typo Signed-off-by: georgi-l95 test: add unit test Signed-off-by: georgi-l95 fix logic Signed-off-by: georgi-l95 delete input if not used Signed-off-by: georgi-l95 * add simple fix Signed-off-by: georgi-l95 * remove unused import Signed-off-by: georgi-l95 * revert changes Signed-off-by: georgi-l95 * fix acceptance tests Signed-off-by: georgi-l95 * add unit tests Signed-off-by: georgi-l95 --------- Signed-off-by: georgi-l95