From 6e1d2e7dc98c02e724a83770b8189ac9343ca7c2 Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 24 Mar 2018 15:59:48 +0200 Subject: [PATCH] Test --- src/bitcoin-cli.cpp | 5 +++++ 1 file changed, 5 insertions(+) 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[]) { //