fixed support for multiple STAKE TXs in same block, post-Carrot; bumped RC version

This commit is contained in:
Some Random Crypto Guy
2025-08-14 17:42:47 +01:00
parent bfe8c4606d
commit ec33664734
2 changed files with 2 additions and 2 deletions

View File

@@ -208,8 +208,8 @@ typedef struct yield_tx_info {
} yield_tx_info;
typedef struct yield_tx_info_carrot {
uint8_t version;
uint64_t block_height;
uint8_t version;
crypto::hash tx_hash;
uint64_t locked_coins;
crypto::public_key return_address;

View File

@@ -1,5 +1,5 @@
#define DEF_SALVIUM_VERSION_TAG "@VERSIONTAG@"
#define DEF_SALVIUM_VERSION "0.9.9-rc6"
#define DEF_SALVIUM_VERSION "0.9.9-rc7"
#define DEF_MONERO_VERSION_TAG "release"
#define DEF_MONERO_VERSION "0.18.3.4"
#define DEF_MONERO_RELEASE_NAME "One"