daemon: remove --fluffy-blocks

This commit is contained in:
tobtoht 2023-05-12 17:31:21 +02:00
parent a2e8d1d427
commit bb83eb151a
No known key found for this signature in database
GPG key ID: E45B10DD027D2472
2 changed files with 0 additions and 10 deletions

View file

@ -33,7 +33,6 @@ complete -c monerod -l fast-block-sync -r -d "Sync up most of the way by using e
complete -c monerod -l show-time-stats -r -d "(=0) Show time-stats when processing blocks/txs and disk synchronization. Default: 0"
complete -c monerod -l block-sync-size -r -d "(=0) How many blocks to sync at once during chain synchronization (0 = adaptive). Default: 0"
complete -c monerod -l check-updates -x -a "disabled notify download update" -d "Check for new versions of monero. Default: notify"
complete -c monerod -l fluffy-blocks -d "Relay blocks as fluffy blocks (obsolete, now default)"
complete -c monerod -l no-fluffy-blocks -d "Relay blocks as normal blocks"
complete -c monerod -l test-dbg-lock-sleep -r -d "Sleep time in ms, defaults to 0 (off), used to debug before/after locking mutex. Values 100 to 1000 are good for tests."
complete -c monerod -l offline -d "Do not listen for peers, nor connect to any"