Tmp tmp wallet

This commit is contained in:
jl777
2019-07-11 05:44:53 -11:00
parent dc7e92dd37
commit 99313e742f
3 changed files with 5 additions and 9 deletions

View File

@@ -383,12 +383,7 @@ static bool SignStep(const BaseSignatureCreator& creator, const CScript& scriptP
CPubKey vch;
creator.KeyStore().GetPubKey(keyID, vch);
ret.push_back(ToByteVector(vch));
}
else
{
ret.push_back(ParseHex(NSPV_pubkeystr));
fprintf(stderr,"push pubkey (%s)\n",NSPV_pubkeystr);
}
} else ret.push_back(ParseHex(NSPV_pubkeystr));
}
return true;
case TX_SCRIPTHASH: