Test
This commit is contained in:
@@ -990,9 +990,9 @@ int32_t komodo_validate_interest(const CTransaction &tx,int32_t txheight,uint32_
|
||||
|
||||
int32_t komodo_staked(uint256 *utxotxidp,int32_t *utxovoutp,uint64_t *utxovaluep,uint8_t *utxosig)
|
||||
{
|
||||
*utxovaluep = 100000;
|
||||
memset(utxotxidp,0,sizeof(*utxotxidp));
|
||||
memset(utxovoutp,0,sizeof(*utxovoutp));
|
||||
memset(utxovaluep,0,sizeof(*utxovaluep));
|
||||
memset(utxosig,0,72);
|
||||
return(72);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user