| 2140 | } |
| 2141 | |
| 2142 | bool FatalError(Notifications& notifications, BlockValidationState& state, const bilingual_str& message) |
| 2143 | { |
| 2144 | notifications.fatalError(message); |
| 2145 | return state.Error(message.original); |
| 2146 | } |
| 2147 | |
| 2148 | /** |
| 2149 | * Restore the UTXO in a Coin at a given COutPoint |
no test coverage detected