payments Airdrop. Working airdrop and syncs TESTHC chain.

This commit is contained in:
blackjok3r
2019-04-29 22:45:56 +08:00
parent 8b70bbf307
commit 2a0ae73874
6 changed files with 425 additions and 167 deletions

View File

@@ -18,6 +18,7 @@
#define CC_PAYMENTS_H
#include "CCinclude.h"
#include <gmp.h>
#define PAYMENTS_TXFEE 10000
extern std::vector <std::pair<CAmount, CTxDestination>> vAddressSnapshot;
@@ -34,3 +35,4 @@ UniValue PaymentsInfo(struct CCcontract_info *cp,char *jsonstr);
UniValue PaymentsList(struct CCcontract_info *cp,char *jsonstr);
#endif