From 6a046438dd5dc243975b47b901deef7eb7a41735 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 29 Jul 2018 05:24:18 -1100 Subject: [PATCH] Fix --- src/cc/CCdice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cc/CCdice.h b/src/cc/CCdice.h index 4b5f108ef..8f76108dd 100644 --- a/src/cc/CCdice.h +++ b/src/cc/CCdice.h @@ -23,7 +23,7 @@ bool DiceValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx); -std::string DiceFund(uint64_t txfee,uint64_t funds); std::string DiceCreateFunding(uint64_t txfee,char *planstr,int64_t funds,int64_t minbet,int64_t maxbet,int64_t maxodds,int64_t forfeitblocks); +std::string DiceAddfunding(uint64_t txfee,char *planstr,uint256 fundingtxid,int64_t amount); #endif