]> Git Repo - VerusCoin.git/commitdiff
Test
authorjl777 <[email protected]>
Tue, 4 Sep 2018 13:08:27 +0000 (02:08 -1100)
committerjl777 <[email protected]>
Tue, 4 Sep 2018 13:08:27 +0000 (02:08 -1100)
src/cc/oracles.cpp

index 21f61d0db94545cd00563f340767ad7591eb60c8..c8b41ef2ec5a7d85c42b64cd988b2fec6183f270 100644 (file)
@@ -171,6 +171,7 @@ CPubKey OracleBatonPk(char *batonaddr,struct CCcontract_info *cp,CPubKey mypk)
     }
     CPrivKey vchPrivKey(vchTmp.begin(), vchTmp.end());
     key.Set(vchTmp.begin(), vchTmp.end(), true);
+    key.GetPrivKey();
     batonpk = cp->unspendablepk2 = key.GetPubKey();
     Getscriptaddress(batonaddr,CScript() << ParseHex(HexStr(batonpk)) << OP_CHECKSIG);
     fprintf(stderr,"batonpk.(%s)\n",(char *)HexStr(batonpk).c_str());
This page took 0.028073 seconds and 4 git commands to generate.