Auto merge of #1965 - str4d:1955-single-address-mining, r=bitcartel

Switch miner to P2PKH, add -mineraddress option

Closes #945 and #1955.
This commit is contained in:
zkbot
2017-02-09 20:58:00 +00:00
8 changed files with 344 additions and 57 deletions

View File

@@ -1059,7 +1059,7 @@ public:
}
void ReturnKey();
bool GetReservedKey(CPubKey &pubkey);
virtual bool GetReservedKey(CPubKey &pubkey);
void KeepKey();
};