initial validation commit ONLY validates non OP_RETURN

This commit is contained in:
blackjok3r
2019-03-23 14:32:43 +08:00
parent 049e42c7cb
commit 3bd5bc3232
3 changed files with 147 additions and 19 deletions

View File

@@ -29,6 +29,6 @@ UniValue PaymentsFund(struct CCcontract_info *cp,char *jsonstr);
UniValue PaymentsTxidopret(struct CCcontract_info *cp,char *jsonstr);
UniValue PaymentsCreate(struct CCcontract_info *cp,char *jsonstr);
UniValue PaymentsInfo(struct CCcontract_info *cp,char *jsonstr);
UniValue PaymentsList(struct CCcontract_info *cp);
UniValue PaymentsList(struct CCcontract_info *cp,char *jsonstr);
#endif