Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F10615111
chainparamsconstants.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
913 B
Subscribers
None
chainparamsconstants.h
View Options
#ifndef BITCOIN_CHAINPARAMSCONSTANTS_H
#define BITCOIN_CHAINPARAMSCONSTANTS_H
/**
* Chain params constants for each tracked chain.
* @generated by contrib/devtools/chainparams/generate_chainparams_constants.py
*/
#include
<primitives/blockhash.h>
#include
<uint256.h>
namespace
ChainParamsConstants
{
const
BlockHash
MAINNET_DEFAULT_ASSUME_VALID
=
BlockHash
::
fromHex
(
"000000000000000001733fc821accb8cfc1baea470c3d8136ef88f49f9fdaa29"
);
const
uint256
MAINNET_MINIMUM_CHAIN_WORK
=
uint256S
(
"0000000000000000000000000000000000000000010cd588ba477e3191d07a66"
);
const
BlockHash
TESTNET_DEFAULT_ASSUME_VALID
=
BlockHash
::
fromHex
(
"00000000000026dceb531694713c3e3b991507a7affa879ea389adf449f2dab0"
);
const
uint256
TESTNET_MINIMUM_CHAIN_WORK
=
uint256S
(
"000000000000000000000000000000000000000000000052bb5d1f0ac7545fee"
);
}
// namespace ChainParamsConstants
#endif
// BITCOIN_CHAINPARAMSCONSTANTS_H
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sat, Nov 23, 09:57 (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4538034
Default Alt Text
chainparamsconstants.h (913 B)
Attached To
rSTAGING Bitcoin ABC staging
Event Timeline
Log In to Comment