Fixed a number of issues with serialization of pricing_record entries.

This commit is contained in:
Some Random Crypto Guy
2024-01-17 12:43:10 +00:00
parent 8657823a72
commit 3a032c58a4
11 changed files with 141 additions and 111 deletions
+2
View File
@@ -389,12 +389,14 @@ typedef struct circ_supply_tally {
} circ_supply_tally;
typedef struct yield_tx_data {
uint64_t block_height;
crypto::hash tx_hash;
crypto::public_key return_address;
uint64_t amount;
} yield_tx_data;
typedef struct yield_block_data {
uint64_t block_height;
uint64_t slippage_total;
uint64_t locked_coins_total;
uint8_t network_health_percentage;