mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-21 22:30:57 +00:00
Fix missing nftoken_id in ledger RPC response
This commit is contained in:
committed by
Mayukha Vadari
parent
5ce0b1c2c7
commit
7ac7e14d66
@@ -11,9 +11,7 @@ namespace xrpl::RPC {
|
||||
/**
|
||||
* Adds common synthetic fields to transaction-related JSON responses
|
||||
*/
|
||||
/** @{ */
|
||||
void
|
||||
insertNFTSyntheticInJson(json::Value&, std::shared_ptr<STTx const> const&, TxMeta const&);
|
||||
/** @} */
|
||||
|
||||
} // namespace xrpl::RPC
|
||||
|
||||
Reference in New Issue
Block a user