Bitcoin ABC
0.30.5
P2P Digital Currency
src
disconnectresult.h
Go to the documentation of this file.
1
// Copyright (c) 2020 The Bitcoin developers
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
#ifndef BITCOIN_DISCONNECTRESULT_H
6
#define BITCOIN_DISCONNECTRESULT_H
7
8
enum class
DisconnectResult
{
9
// All good.
10
OK
,
11
// Rolled back, but UTXO set was inconsistent with block.
12
UNCLEAN
,
13
// Something else went wrong.
14
FAILED
,
15
};
16
17
#endif
// BITCOIN_DISCONNECTRESULT_H
DisconnectResult
DisconnectResult
Definition:
disconnectresult.h:8
DisconnectResult::UNCLEAN
@ UNCLEAN
DisconnectResult::FAILED
@ FAILED
DisconnectResult::OK
@ OK
Generated on Wed Nov 20 2024 17:55:57 for Bitcoin ABC by
1.9.4