mirror of
https://github.com/monero-project/monero.git
synced 2026-01-09 03:41:14 -08:00
add rct to the protocol
It is not yet constrained to a fork, so don't use on the real network or you'll be orphaned or rejected.
This commit is contained in:
@@ -329,6 +329,7 @@ namespace cryptonote
|
||||
#pragma pack (push, 1)
|
||||
struct out_entry
|
||||
{
|
||||
uint64_t amount;
|
||||
uint64_t global_amount_index;
|
||||
crypto::public_key out_key;
|
||||
rct::key commitment;
|
||||
|
||||
Reference in New Issue
Block a user