This commit is contained in:
jl777
2018-07-20 01:48:23 -11:00
parent 0242a55f4f
commit e5c4a89a5c

View File

@@ -292,7 +292,7 @@ std::string CreateAssetTransfer(uint256 assetid,CPubKey pk,uint256 utxotxid,int3
n = pk.size();
origpubkey.resize(n);
dest = origpubkey.data();
pubkey33 = pk.begin();
pubkey33 = (uint8_t *)pk.begin();
for (i=0; i<n; i++)
dest[i] = pubkey33[i];
if ( GetTransaction(utxotxid,vintx,hashBlock,false) != 0 )