From 97c6b381105f82c916da6b00f24ef16ecdf80cb0 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 28 Mar 2019 03:20:00 -1100 Subject: [PATCH] issue_curl --- src/komodo_gateway.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index 26443d41f..0e687c3d4 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -1575,6 +1575,8 @@ int32_t komodo_opretvalidate(int32_t nHeight,CScript scriptPubKey) return(0); } +#define issue_curl(cmdstr) bitcoind_RPC(0,(char *)"CBCOINBASE",cmdstr,0,0,0) + cJSON *get_urljson(char *url) { char *jsonstr; cJSON *json = 0;