mirror of
https://github.com/XRPLF/clio.git
synced 2026-07-27 09:00:27 +00:00
@@ -171,7 +171,7 @@ TransactionFeed::pub(
|
||||
}
|
||||
}
|
||||
|
||||
auto const genJsonByVersion = [&, tx = tx, meta = meta](std::uint32_t version) {
|
||||
auto const genJsonByVersion = [&, tx, meta](std::uint32_t version) {
|
||||
boost::json::object pubObj;
|
||||
auto const txKey = version < 2u ? JS(transaction) : JS(tx_json);
|
||||
pubObj[txKey] = rpc::toJson(*tx);
|
||||
|
||||
Reference in New Issue
Block a user