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)