diff --git a/src/bitcoin-cli.cpp b/src/bitcoin-cli.cpp index 87c5e6f76..178f0baed 100644 --- a/src/bitcoin-cli.cpp +++ b/src/bitcoin-cli.cpp @@ -81,6 +81,11 @@ void komodo_stateupdate(int32_t height,uint8_t notarypubs[][33],uint8_t numnotar } +uint32_t komodo_heightstamp(int32_t height) +{ + return(0); +} + static bool AppInitRPC(int argc, char* argv[]) { //