Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F10615348
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
Sat, Nov 23, 10:05 (22 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4510312
Default Alt Text
disconnectresult.h (473 B)
Attached To
rSTAGING Bitcoin ABC staging
Event Timeline
Log In to Comment