| 5766 | }; |
| 5767 | |
| 5768 | static void SnapshotUTXOHashBreakpoint(const util::SignalInterrupt& interrupt) |
| 5769 | { |
| 5770 | if (interrupt) throw StopHashingException(); |
| 5771 | } |
| 5772 | |
| 5773 | util::Result<void> ChainstateManager::PopulateAndValidateSnapshot( |
| 5774 | Chainstate& snapshot_chainstate, |
no test coverage detected