@@ -73,7 +73,7 @@ settings::settings(chain::selection context) NOEXCEPT
73
73
{
74
74
case chain::selection::mainnet:
75
75
{
76
- genesis_block = chain::block (
76
+ genesis_block = chain::block (data_chunk
77
77
{
78
78
0x01 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 ,
79
79
0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 ,
@@ -169,7 +169,7 @@ settings::settings(chain::selection context) NOEXCEPT
169
169
170
170
case chain::selection::testnet:
171
171
{
172
- genesis_block = chain::block (
172
+ genesis_block = chain::block (data_chunk
173
173
{
174
174
0x01 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 ,
175
175
0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 ,
@@ -256,7 +256,7 @@ settings::settings(chain::selection context) NOEXCEPT
256
256
{
257
257
proof_of_work_limit = 0x207fffff ;
258
258
subsidy_interval_blocks = 150 ;
259
- genesis_block = chain::block (
259
+ genesis_block = chain::block (data_chunk
260
260
{
261
261
0x01 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 ,
262
262
0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 ,
0 commit comments