This commit is contained in:
blackjok3r
2018-11-03 15:39:31 +08:00
parent e126f4cecf
commit 302427b079

View File

@@ -244,7 +244,7 @@ bool ExtractDestination(const CScript& scriptPubKey, CTxDestination& addressRet)
if (whichType == TX_PUBKEY)
{
CPubKey pubKey(vSolutions[0]);
fprintf(stderr, "pubkey in exdest: %s\n",pubKey.GetHash().ToString().c_str());
fprintf(stderr, "pubkey in exdest: %s\n",pubKey.ToString().c_str());
if (!pubKey.IsValid())
{
fprintf(stderr,"TX_PUBKEY invalid pubkey\n");