Test
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
#include <script/cc.h>
|
#include <script/cc.h>
|
||||||
#include <script/script.h>
|
#include <script/script.h>
|
||||||
#include <cryptoconditions.h>
|
#include <cryptoconditions.h>
|
||||||
|
#include "standard.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Assets can be created or transferred.
|
Assets can be created or transferred.
|
||||||
@@ -146,7 +147,7 @@ signEncodeTx "$createTx"
|
|||||||
signEncodeTx "$transferTx"
|
signEncodeTx "$transferTx"
|
||||||
*/
|
*/
|
||||||
|
|
||||||
char *Unspendableaddr = "RHTcNNYXEZhLGRcXspA2H4gw2v4u6w8MNp";
|
const char *Unspendableaddr = "RHTcNNYXEZhLGRcXspA2H4gw2v4u6w8MNp";
|
||||||
|
|
||||||
CC* GetCryptoCondition(CScript const& scriptSig)
|
CC* GetCryptoCondition(CScript const& scriptSig)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user