From ac70f723be0f6e34e770e470011f6b9bfa1aeab2 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 13 Mar 2019 00:42:03 -1100 Subject: [PATCH] update --- src/cc/customcc.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/cc/customcc.cpp b/src/cc/customcc.cpp index 27947b57a..9f58c5c8b 100644 --- a/src/cc/customcc.cpp +++ b/src/cc/customcc.cpp @@ -1,5 +1,13 @@ /* simple stub custom cc + + Just update the functions in this file, then from ~/komodo/src/cc + + ../komodo-cli -ac_name=CUSTOM stop + ./makecustom + ../komodod -ac_name=CUSTOM -ac_cclib=custom -ac_cc=2 ... + + The above will rebuild komodod and get it running again */ CScript custom_opret(uint8_t funcid,CPubKey pk)