This commit is contained in:
jl777
2018-08-01 02:54:31 -11:00
parent 7aee2b87ef
commit 58439b8e37

View File

@@ -164,7 +164,6 @@ CPubKey DiceFundingPk(CScript scriptPubKey)
CPubKey pk; uint8_t *ptr,*dest; int32_t i;
if ( scriptPubKey.size() == 35 )
{
pk.resize(33);
ptr = (uint8_t *)scriptPubKey.data();
dest = (uint8_t *)pk.begin();
for (i=0; i<33; i++)