Test
This commit is contained in:
@@ -164,7 +164,6 @@ CPubKey DiceFundingPk(CScript scriptPubKey)
|
|||||||
CPubKey pk; uint8_t *ptr,*dest; int32_t i;
|
CPubKey pk; uint8_t *ptr,*dest; int32_t i;
|
||||||
if ( scriptPubKey.size() == 35 )
|
if ( scriptPubKey.size() == 35 )
|
||||||
{
|
{
|
||||||
pk.resize(33);
|
|
||||||
ptr = (uint8_t *)scriptPubKey.data();
|
ptr = (uint8_t *)scriptPubKey.data();
|
||||||
dest = (uint8_t *)pk.begin();
|
dest = (uint8_t *)pk.begin();
|
||||||
for (i=0; i<33; i++)
|
for (i=0; i<33; i++)
|
||||||
|
|||||||
Reference in New Issue
Block a user