mirror of
https://github.com/XRPLF/clio.git
synced 2026-07-29 10:00:25 +00:00
@@ -146,8 +146,10 @@ makeError(Status const& status)
|
||||
status.code);
|
||||
|
||||
if (status.extraInfo)
|
||||
{
|
||||
for (auto& [key, value] : status.extraInfo.value())
|
||||
res[key] = value;
|
||||
}
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user