This commit is contained in:
jl777
2016-10-26 19:55:03 -03:00
parent 2d6fb81efd
commit 420d7311e8
4 changed files with 12 additions and 11 deletions

View File

@@ -500,7 +500,7 @@ Value paxdeposit(const Array& params, bool fHelp)
if ( fee < 10000 )
fee = 10000;
opretlen = komodo_opreturnscript(opretbuf,'D',pubkey33,33);
SendMoney(destaddress.Get(),fee,fSubtractFeeFromAmount,wtx,opretbuf,opretlen,komodoshis);
SendMoney(address.Get(),fee,fSubtractFeeFromAmount,wtx,opretbuf,opretlen,komodoshis);
return wtx.GetHash().GetHex();
}