mirror of
https://github.com/Xahau/xahaud.git
synced 2026-08-23 00:10:54 +00:00
Combine 3 Hook Api fix amendments (#648)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user