Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F12944888
disconnectresult.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
473 B
Subscribers
None
disconnectresult.h
View Options
// 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
Details
Attached
Mime Type
text/x-c
Expires
Fri, Feb 7, 15:53 (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5039117
Default Alt Text
disconnectresult.h (473 B)
Attached To
rABC Bitcoin ABC
Event Timeline
Log In to Comment