Ccactivate

This commit is contained in:
jl777
2018-08-21 02:30:05 -11:00
parent 19c8395e8a
commit e0f78699ce
9 changed files with 179 additions and 17 deletions

View File

@@ -20,9 +20,12 @@
#include "CCinclude.h"
#define EVAL_LOTTO 0xe9
uint256 DiceHashEntropy(uint256 &entropy,uint256 _txidpriv);
bool LottoValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx);
UniValue LottoInfo(uint256 lottoid);
UniValue LottoList();
std::string LottoTicket(uint64_t txfee,int64_t numtickets);
std::string LottoWinner(uint64_t txfee);