skip assert

Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
This commit is contained in:
Pratik Mankawde
2026-01-26 17:40:04 +00:00
parent 2078ce01cf
commit 79cde8b199
2 changed files with 2 additions and 2 deletions

View File

@@ -26,3 +26,4 @@ interceptor_name:memcpy
interceptor_name:__bzero
interceptor_name:__asan_memset
interceptor_name:__asan_memcpy
fun:assert

View File

@@ -844,8 +844,7 @@ getTxFee(Application const& app, Config const& config, Json::Value tx)
}
}
auto static const tx_json_name = std::string(jss::tx_json);
STParsedJSONObject parsed(tx_json_name, tx);
STParsedJSONObject parsed(std::string(jss::tx_json), tx);
if (!parsed.object.has_value())
{
return config.FEES.reference_fee;