This commit is contained in:
blackjok3r
2018-11-03 18:42:13 +08:00
parent 20d6d16399
commit 793ebde434
2 changed files with 2 additions and 2 deletions

View File

@@ -1202,7 +1202,7 @@ bool CWallet::UpdatedNoteData(const CWalletTx& wtxIn, CWalletTx& wtx)
*/
extern uint8_t NOTARY_PUBKEY33[33];
extern std::string NOTARY_ADDRESS;
extern int32_t IS_KOMODO_NOTARY;
extern int32_t IS_STAKED_NOTARY;
bool CWallet::AddToWalletIfInvolvingMe(const CTransaction& tx, const CBlock* pblock, bool fUpdate)
{