mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
fix: Change the field name from "close_time_iso" to "closed (#1531)
This commit is contained in:
@@ -104,7 +104,7 @@ tag_invoke(boost::json::value_from_tag, boost::json::value& jv, LedgerIndexHandl
|
||||
jv = boost::json::object{
|
||||
{JS(ledger_index), output.ledgerIndex},
|
||||
{JS(ledger_hash), output.ledgerHash},
|
||||
{JS(close_time_iso), output.closeTimeIso},
|
||||
{JS(closed), output.closeTimeIso},
|
||||
{JS(validated), true},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user