mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-30 15:35:49 +00:00
more test cases fixes
This commit is contained in:
@@ -53,8 +53,7 @@ public:
|
||||
lc_result = env.rpc("ledger_closed")[jss::result];
|
||||
BEAST_EXPECT(
|
||||
lc_result[jss::ledger_hash] ==
|
||||
"21282D1B44C45ACBFFBF735D5862D2CA4B5F4874D286082684D9D987996A6E8F");
|
||||
std::cout << lc_result[jss::ledger_hash] << "\n";
|
||||
"E86DE7F3D7A4D9CE17EF7C8BA08A8F4D8F643B9552F0D895A31CDA78F541DE4E");
|
||||
BEAST_EXPECT(lc_result[jss::ledger_index] == 3);
|
||||
}
|
||||
|
||||
|
||||
@@ -166,7 +166,7 @@ public:
|
||||
{
|
||||
using namespace std::chrono_literals;
|
||||
using namespace jtx;
|
||||
Env env(*this);
|
||||
Env env(*this, supported_amendments() - featureXahauGenesis);
|
||||
auto wsc = makeWSClient(env.app().config());
|
||||
Json::Value stream;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user