chore: Use xrpl/2.6.0 (#2496)

This commit is contained in:
Ayaz Salikhov
2025-09-02 17:10:15 +01:00
committed by GitHub
parent e86178b523
commit 0a2930d861
6 changed files with 40 additions and 34 deletions

View File

@@ -68,8 +68,8 @@ TEST_F(AmendmentCenterTest, Accessors)
EXPECT_EQ(am.feature, ripple::uint256("47C3002ABA31628447E8E9A8B315FAA935CE30183F9A9B86845E469CA2CDC3DF"));
}
auto const a = amendmentCenter[Amendments::OwnerPaysFee];
auto const b = amendmentCenter["OwnerPaysFee"];
auto const a = amendmentCenter[Amendments::Flow];
auto const b = amendmentCenter["Flow"];
EXPECT_EQ(a, b);
}