chore: Update libxrpl to 3.2.0 (#3114)

This commit is contained in:
Sergey Kuznetsov
2026-06-25 11:19:12 +01:00
committed by GitHub
parent 3673586be3
commit 9b04d64a0e
257 changed files with 6174 additions and 6312 deletions

View File

@@ -479,7 +479,7 @@ TEST_F(WebRPCServerHandlerTest, HTTPErrorPath)
.WillOnce(
testing::Return(
rpc::Result{
rpc::Status{rpc::RippledError::rpcINVALID_PARAMS, "ledgerIndexMalformed"}
rpc::Status{rpc::RippledError::RpcInvalidParams, "ledgerIndexMalformed"}
}
)
);
@@ -534,7 +534,7 @@ TEST_F(WebRPCServerHandlerTest, WsErrorPath)
.WillOnce(
testing::Return(
rpc::Result{
rpc::Status{rpc::RippledError::rpcINVALID_PARAMS, "ledgerIndexMalformed"}
rpc::Status{rpc::RippledError::RpcInvalidParams, "ledgerIndexMalformed"}
}
)
);