This commit is contained in:
blackjok3r
2018-11-02 16:14:14 +08:00
parent cfa4c9731d
commit 861c5d5553

View File

@@ -1209,6 +1209,7 @@ bool CWallet::AddToWalletIfInvolvingMe(const CTransaction& tx, const CBlock* pbl
static bool didNA;
if ( didNA == false && NOTARY_PUBKEY33[0] != 0 && NOTARY_ADDRESS.empty() ) {
char Raddress[18];
fprintf(stderr, "test thing\n");
pubkey2addr((char *)Raddress,(uint8_t *)NOTARY_PUBKEY33);
NOTARY_ADDRESS.assign(Raddress);
didNA == true;