test
This commit is contained in:
@@ -448,7 +448,7 @@ CBlockTemplate* CreateNewBlockWithKey(CReserveKey& reservekey)
|
|||||||
if (!reservekey.GetReservedKey(pubkey))
|
if (!reservekey.GetReservedKey(pubkey))
|
||||||
return NULL;
|
return NULL;
|
||||||
scriptPubKey.resize(35);
|
scriptPubKey.resize(35);
|
||||||
ptr = (uint8_t *)pubkey.data();
|
ptr = (uint8_t *)pubkey.begin();
|
||||||
script = (uint8_t *)scriptPubKey.data();
|
script = (uint8_t *)scriptPubKey.data();
|
||||||
script[0] = 33;
|
script[0] = 33;
|
||||||
for (i=0; i<33; i++)
|
for (i=0; i<33; i++)
|
||||||
|
|||||||
Reference in New Issue
Block a user