mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-23 23:30:54 +00:00
skip assert
Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
This commit is contained in:
@@ -26,3 +26,4 @@ interceptor_name:memcpy
|
||||
interceptor_name:__bzero
|
||||
interceptor_name:__asan_memset
|
||||
interceptor_name:__asan_memcpy
|
||||
fun:assert
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user