Page MenuHomePhabricator

disconnectresult.h
No OneTemporary

disconnectresult.h

// Copyright (c) 2020 The Bitcoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_DISCONNECTRESULT_H
#define BITCOIN_DISCONNECTRESULT_H
enum class DisconnectResult {
// All good.
OK,
// Rolled back, but UTXO set was inconsistent with block.
UNCLEAN,
// Something else went wrong.
FAILED,
};
#endif // BITCOIN_DISCONNECTRESULT_H

File Metadata

Mime Type
text/x-c
Expires
Sat, Nov 23, 10:05 (1 d, 4 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4510312
Default Alt Text
disconnectresult.h (473 B)

Event Timeline