diff options
author | luigi1111 <luigi1111w@gmail.com> | 2023-06-27 11:41:57 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2023-06-27 11:41:57 -0500 |
commit | b86a620b4db11a8dd5f9938eba53578b539e2bf8 (patch) | |
tree | 107cee8541ca261dc5316c60fb2e2de79492098f /utils | |
parent | Merge pull request #8848 (diff) | |
parent | daemon: remove --fluffy-blocks (diff) | |
download | monero-b86a620b4db11a8dd5f9938eba53578b539e2bf8.tar.xz |
Merge pull request #8855
bb83eb1 daemon: remove --fluffy-blocks (tobtoht)
Diffstat (limited to 'utils')
-rw-r--r-- | utils/fish/monerod.fish | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/fish/monerod.fish b/utils/fish/monerod.fish index 8076073d8..29be7c3ec 100644 --- a/utils/fish/monerod.fish +++ b/utils/fish/monerod.fish @@ -32,7 +32,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" |