From 6ac61100a130ed6d73a89bb209a0695410928cf9 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sat, 2 Sep 2017 17:11:20 +0100 Subject: Add a --fluffy-blocks option to relay blocks as fluffy blocks Defaults to off, but fluffy blocks are forced enabled on testnet --- src/common/command_line.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/common/command_line.cpp') diff --git a/src/common/command_line.cpp b/src/common/command_line.cpp index 8c03bed0d..666b3267f 100644 --- a/src/common/command_line.cpp +++ b/src/common/command_line.cpp @@ -120,4 +120,9 @@ namespace command_line , "Check for new versions of monero: [disabled|notify|download|update]" , "notify" }; + const arg_descriptor arg_fluffy_blocks = { + "fluffy-blocks" + , "Relay blocks as fluffy blocks where possible (automatic on testnet)" + , false + }; } -- cgit v1.2.3