Combine 3 Hook Api fix amendments (#648)

This commit is contained in:
tequ
2025-12-01 15:26:15 +09:00
committed by GitHub
parent 2073b562f0
commit e319619dce
10 changed files with 4304 additions and 32 deletions

View File

@@ -292,7 +292,7 @@ public:
using namespace test::jtx;
Env env{
*this,
supported_amendments() - featureXahauGenesis - fixEtxnFeeBase};
supported_amendments() - featureXahauGenesis - fixHookAPI20251128};
Account const alice{"alice"};
env.fund(XRP(10000), alice);
env.close();
@@ -2173,7 +2173,7 @@ public:
return cfg;
}),
supported_amendments() - featureXahauGenesis -
fixProvisionalDoubleThreading - fixEtxnFeeBase};
fixProvisionalDoubleThreading - fixHookAPI20251128};
Json::Value jv;
jv[jss::ledger_index] = "current";