fixed a bug with serialization of the pricing record when communicating between daemon and wallet for conversions

This commit is contained in:
Some Random Crypto Guy
2024-01-17 14:54:41 +00:00
parent 3a032c58a4
commit a0d2044b5d
2 changed files with 5 additions and 5 deletions
+1
View File
@@ -2270,6 +2270,7 @@ namespace cryptonote
response.timestamp = blk.timestamp;
response.prev_hash = string_tools::pod_to_hex(blk.prev_id);
response.nonce = blk.nonce;
response.pricing_record = blk.pricing_record;
response.orphan_status = orphan_status;
response.height = height;
response.depth = m_core.get_current_blockchain_height() - height - 1;