aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_protocol/enums.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cryptonote_protocol/enums.h')
-rw-r--r--src/cryptonote_protocol/enums.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cryptonote_protocol/enums.h b/src/cryptonote_protocol/enums.h
index 2ec622d94..a3a52b83f 100644
--- a/src/cryptonote_protocol/enums.h
+++ b/src/cryptonote_protocol/enums.h
@@ -37,7 +37,8 @@ namespace cryptonote
{
none = 0, //!< Received via RPC with `do_not_relay` set
local, //!< Received via RPC; trying to send over i2p/tor, etc.
- block, //!< Received in block, takes precedence over others
- fluff //!< Received/sent over public networks
+ stem, //!< Received/send over network using Dandelion++ stem
+ fluff, //!< Received/sent over network using Dandelion++ fluff
+ block //!< Received in block, takes precedence over others
};
}