This commit is contained in:
jl777
2018-12-29 01:39:30 -11:00
parent c10c7d3309
commit 6a71342500
2 changed files with 6 additions and 6 deletions

View File

@@ -429,12 +429,6 @@ int64_t AddChannelsInputs(struct CCcontract_info *cp,CMutableTransaction &mtx, C
else return 0;
}
int32_t komodo_nextheight()
{
return(100000000);
}
std::string ChannelOpen(uint64_t txfee,CPubKey destpub,int32_t numpayments,int64_t payment)
{
CMutableTransaction mtx = CreateNewContextualCMutableTransaction(Params().GetConsensus(), komodo_nextheight());