mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-29 08:05:50 +00:00
chore: Use xrpl/2.6.0 (#2496)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user