smart utxo selection without press release to coin telegraph

This commit is contained in:
jl777
2018-08-05 23:36:00 -11:00
parent b24e0ff44e
commit 718255b3fd
3 changed files with 102 additions and 7 deletions

View File

@@ -33,6 +33,13 @@
union _bits256 { uint8_t bytes[32]; uint16_t ushorts[16]; uint32_t uints[8]; uint64_t ulongs[4]; uint64_t txid; };
typedef union _bits256 bits256;
struct CC_utxo
{
uint256 txid;
int64_t nValue;
int32_t vout;
};
struct CCcontract_info
{
uint256 prevtxid;