mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 01:06:48 +00:00
fix parseSponsorship
This commit is contained in:
@@ -795,7 +795,10 @@ parseVault(
|
||||
}
|
||||
|
||||
static Expected<uint256, Json::Value>
|
||||
parseSponsorship(Json::Value const& params, Json::StaticString const fieldName)
|
||||
parseSponsorship(
|
||||
Json::Value const& params,
|
||||
Json::StaticString const fieldName,
|
||||
[[maybe_unused]] unsigned const apiVersion)
|
||||
{
|
||||
if (!params.isObject())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user