mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Write improved forAllApiVersions used in NetworkOPs (#4833)
This commit is contained in:
@@ -6219,8 +6219,7 @@ public:
|
||||
void
|
||||
run() override
|
||||
{
|
||||
test::jtx::forAllApiVersions(
|
||||
std::bind_front(&RPCCall_test::testRPCCall, this));
|
||||
forAllApiVersions(std::bind_front(&RPCCall_test::testRPCCall, this));
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user