This commit is contained in:
blackjok3r
2018-10-16 15:33:09 +08:00
parent 8ca9133eb4
commit 3793c63860

View File

@@ -615,7 +615,7 @@ CBlockTemplate* CreateNewBlockWithKey(CReserveKey& reservekey,int32_t nHeight,in
{
//fprintf(stderr,"use notary pubkey\n");
scriptPubKey = CScript() << ParseHex(NOTARY_PUBKEY) << OP_CHECKSIG;
}
} else
{
if (!reservekey.GetReservedKey(pubkey))
{