Restore Quark proof-of-work mining

This commit is contained in:
2026-05-08 08:33:06 -07:00
parent f975a12c31
commit b8e8717fe6
3 changed files with 8 additions and 5 deletions
+1
View File
@@ -605,6 +605,7 @@ UniValue getblocktemplate(const UniValue& params, bool fHelp)
result.push_back(Pair("curtime", pblock->GetBlockTime()));
result.push_back(Pair("bits", strprintf("%08x", pblock->nBits)));
result.push_back(Pair("height", (int64_t)(pindexPrev->nHeight + 1)));
result.push_back(Pair("acc_checkpoint", pblock->nAccumulatorCheckpoint.GetHex()));
result.push_back(Pair("votes", aVotes));