mirror of
https://github.com/monero-project/monero.git
synced 2025-06-07 19:22:45 -04:00
cryptonote: sort tx_extra fields
This removes some small amount of fingerprinting entropy. There is no consensus rule to require this since this field is technically free form, and a transaction is free to have custom data in it.
This commit is contained in:
parent
91c7d68b2d
commit
9907ea0694
5 changed files with 177 additions and 1 deletions
|
@ -47,7 +47,6 @@
|
|||
#include "crypto/crypto.h"
|
||||
#include "crypto/hash.h"
|
||||
#include "misc_language.h"
|
||||
#include "tx_extra.h"
|
||||
#include "ringct/rctTypes.h"
|
||||
#include "device/device.hpp"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue