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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cryptonote_protocol/enums.h b/src/cryptonote_protocol/enums.h
index fabb82c61..c0c495837 100644
--- a/src/cryptonote_protocol/enums.h
+++ b/src/cryptonote_protocol/enums.h
@@ -37,6 +37,7 @@ namespace cryptonote
{
none = 0, //!< Received via RPC with `do_not_relay` set
local, //!< Received via RPC; trying to send over i2p/tor, etc.
+ forward, //!< Received over i2p/tor; timer delayed before ipv4/6 public broadcast
stem, //!< Received/send over network using Dandelion++ stem
fluff, //!< Received/sent over network using Dandelion++ fluff
block //!< Received in block, takes precedence over others