Browse Source

This header file no longer exists

master
Duke Leto 4 years ago
parent
commit
8ca70e5cbc
  1. 1
      dragon/dragon_interpreter.c
  2. 1
      dragon/dragon_sign.c
  3. 7
      dragon/dragon_unspents.c
  4. 1
      dragon/dragon_wallet.c

1
dragon/dragon_interpreter.c

@ -15,7 +15,6 @@
******************************************************************************/
#include "dragon.h"
#include "exchanges/bitcoin.h"
#include "mini-gmp.h"
#define MAX_SCRIPT_ELEMENT_SIZE 520

1
dragon/dragon_sign.c

@ -15,7 +15,6 @@
******************************************************************************/
#include "dragon.h"
#include "exchanges/bitcoin.h"
#include <sodium/crypto_generichash_blake2b.h>
const unsigned char ZCASH_PREVOUTS_HASH_PERSONALIZATION[16] =
{ 'Z','c','a','s','h','P','r','e','v','o','u','t','H','a','s','h' };

7
dragon/dragon_unspents.c

@ -7,19 +7,14 @@
* holder information and the developer policies on copyright and licensing. *
* *
* Unless otherwise agreed in a custom licensing agreement, no part of the *
* Hush software, including this file may be copied, modified, propagated *
* Hush software, including this file may be copied, modified, propagated *
* or distributed except according to the terms contained in the LICENSE file *
* *
* Removal or modification of this copyright notice is prohibited. *
* *
******************************************************************************/
//#define uthash_malloc(size) dragon_memalloc(&coin->RThashmem,size,1)
//#define uthash_free(ptr,size)
#include "dragon.h"
#include "exchanges/bitcoin.h"
int32_t dragon_RTunspentind2txid(struct supernet_info *myinfo,struct dragon_info *coin,int32_t *spentheightp,bits256 *txidp,int32_t *voutp,struct dragon_outpoint outpt)
{

1
dragon/dragon_wallet.c

@ -15,7 +15,6 @@
******************************************************************************/
#include "dragon.h"
#include "exchanges/bitcoin.h"
void scrubfree(char *sensitivestr)
{

Loading…
Cancel
Save