aboutsummaryrefslogtreecommitdiff
path: root/src/blockchain_db/blockchain_db.h
diff options
context:
space:
mode:
authorAlexander Blair <snipa@jagtech.io>2020-01-24 20:06:34 -0800
committerAlexander Blair <snipa@jagtech.io>2020-01-24 20:06:34 -0800
commitd1b08c00cfa3e0a34baf329290ec5ada683ca845 (patch)
tree225f8037c9e89e8f2d71efa1ea4b2bb16b268221 /src/blockchain_db/blockchain_db.h
parentMerge pull request #6128 (diff)
parentChange to Tx diffusion (Dandelion++ fluff) instead of flooding (diff)
downloadmonero-d1b08c00cfa3e0a34baf329290ec5ada683ca845.tar.xz
Merge pull request #6146
70c9cd3c Change to Tx diffusion (Dandelion++ fluff) instead of flooding (Lee Clagett)
Diffstat (limited to '')
-rw-r--r--src/blockchain_db/blockchain_db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blockchain_db/blockchain_db.h b/src/blockchain_db/blockchain_db.h
index b2c5d6cb4..acd7976a8 100644
--- a/src/blockchain_db/blockchain_db.h
+++ b/src/blockchain_db/blockchain_db.h
@@ -108,7 +108,7 @@ extern const command_line::arg_descriptor<bool, false> arg_db_salvage;
enum class relay_category : uint8_t
{
- broadcasted = 0,//!< Public txes received via block/flooding/fluff
+ broadcasted = 0,//!< Public txes received via block/fluff
relayable, //!< Every tx not marked `relay_method::none`
legacy, //!< `relay_category::broadcasted` + `relay_method::none` for rpc relay requests or historical reasons
all //!< Everything in the db