Fixed SAL after fork

This commit is contained in:
MoneroOcean
2025-10-13 20:09:05 -07:00
parent 8bbcc07dd2
commit 9128ef79b9
4 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "cryptoforknote-util", "name": "cryptoforknote-util",
"version": "15.8.0", "version": "15.8.1",
"author": { "author": {
"name": "LucasJones", "name": "LucasJones",
"email": "lucasjonesdev@hotmail.co.uk" "email": "lucasjonesdev@hotmail.co.uk"

View File

@@ -409,7 +409,7 @@ namespace cryptonote
struct tx_out_salvium struct tx_out_salvium
{ {
uint64_t amount; uint64_t amount;
txout_salvium_target_v target; txout_carrot_target_v target;
BEGIN_SERIALIZE_OBJECT() BEGIN_SERIALIZE_OBJECT()
VARINT_FIELD(amount) VARINT_FIELD(amount)