| 87 | } |
| 88 | |
| 89 | bool Opt::UsingThinBlocks() { |
| 90 | if (IsStealthMode()) |
| 91 | return false; |
| 92 | return Args->GetBool("-use-thin-blocks", true); |
| 93 | } |
| 94 | |
| 95 | /// Don't request blocks from nodes that don't support thin blocks. |
| 96 | bool Opt::AvoidFullBlocks() { |
no test coverage detected