Whether running in -prune mode. */
| 405 | |
| 406 | /** Whether running in -prune mode. */ |
| 407 | [[nodiscard]] bool IsPruneMode() const { return m_prune_mode; } |
| 408 | |
| 409 | /** Attempt to stay below this number of bytes of block files. */ |
| 410 | [[nodiscard]] uint64_t GetPruneTarget() const { return m_opts.prune_target; } |
no outgoing calls