diff --git a/src/miner.cpp b/src/miner.cpp index 279676586..3ea5ee392 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -375,7 +375,7 @@ CBlockTemplate* CreateNewBlock(const CScript& scriptPubKeyIn) } else { - komodo_gateway_deposits(&txNew,0,"KMD"); + komodo_gateway_deposits(&txNew,0,(char *)"KMD"); //fprintf(stderr,"txNew numvouts.%d\n",(int32_t)txNew.vout.size()); }