Syntax
This commit is contained in:
@@ -41,6 +41,7 @@
|
|||||||
#define NSPV_BROADCASTRESP 0x0d
|
#define NSPV_BROADCASTRESP 0x0d
|
||||||
|
|
||||||
int32_t NSPV_gettransaction(int32_t skipvalidation,int32_t vout,uint256 txid,int32_t height,CTransaction &tx,int64_t extradata,uint32_t tiptime,int64_t &rewardsum);
|
int32_t NSPV_gettransaction(int32_t skipvalidation,int32_t vout,uint256 txid,int32_t height,CTransaction &tx,int64_t extradata,uint32_t tiptime,int64_t &rewardsum);
|
||||||
|
UniValue NSPV_spend(char *srcaddr,char *destaddr,int64_t satoshis);
|
||||||
extern uint256 SIG_TXHASH;
|
extern uint256 SIG_TXHASH;
|
||||||
uint32_t NSPV_blocktime(int32_t hdrheight);
|
uint32_t NSPV_blocktime(int32_t hdrheight);
|
||||||
|
|
||||||
|
|||||||
@@ -7007,7 +7007,7 @@ UniValue faucetfund(const UniValue& params, bool fHelp)
|
|||||||
cp = CCinit(&C,EVAL_FAUCET);
|
cp = CCinit(&C,EVAL_FAUCET);
|
||||||
v = MakeCC1vout(EVAL_FAUCET,funds,GetUnspendable(cp,0));
|
v = MakeCC1vout(EVAL_FAUCET,funds,GetUnspendable(cp,0));
|
||||||
Getscriptaddress(coinaddr,CScript() << ParseHex(HexStr(pubkey2pk(Mypubkey()))) << OP_CHECKSIG);
|
Getscriptaddress(coinaddr,CScript() << ParseHex(HexStr(pubkey2pk(Mypubkey()))) << OP_CHECKSIG);
|
||||||
return(NSPV_spend(srcaddr,HexStr(v.scriptPubKey.begin(),v.scriptPubKey.end()),funds));
|
return(NSPV_spend(coinaddr,HexStr(v.scriptPubKey.begin(),v.scriptPubKey.end()),funds));
|
||||||
}
|
}
|
||||||
if ( ensure_CCrequirements(EVAL_FAUCET) < 0 )
|
if ( ensure_CCrequirements(EVAL_FAUCET) < 0 )
|
||||||
throw runtime_error("to use CC contracts, you need to launch daemon with valid -pubkey= for an address in your wallet\n");
|
throw runtime_error("to use CC contracts, you need to launch daemon with valid -pubkey= for an address in your wallet\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user