Fixed SAL enums

This commit is contained in:
MoneroOcean
2025-10-06 19:55:22 -07:00
parent 5de3d11ccb
commit de812d9c9a
3 changed files with 51 additions and 13 deletions
+1 -13
View File
@@ -26,6 +26,7 @@
#include "tx_extra.h"
#include "ringct/rctTypes.h"
#include "cryptonote_protocol/blobdatatype.h"
#include "cryptonote_protocol/enums.h"
#include "offshore/pricing_record.h"
#include "zephyr_oracle/pricing_record.h"
#include "salvium_oracle/pricing_record.h"
@@ -51,19 +52,6 @@ namespace cryptonote
typedef std::vector<crypto::signature> ring_signature;
enum salvium_transaction_type
{
UNSET = 0,
MINER = 1,
PROTOCOL = 2,
TRANSFER = 3,
CONVERT = 4,
BURN = 5,
STAKE = 6,
RETURN = 7,
MAX = 7
};
/* outputs */
struct txout_to_script