Browse Source

void StartShutdown()

z_createrawtransaction
jl777 5 years ago
parent
commit
9d208da4b6
  1. 1
      src/cc/CCinclude.h

1
src/cc/CCinclude.h

@ -164,6 +164,7 @@ UniValue CClib_info(struct CCcontract_info *cp);
CBlockIndex *komodo_blockindex(uint256 hash);
CBlockIndex *komodo_chainactive(int32_t height);
int32_t komodo_blockheight(uint256 hash);
void StartShutdown();
static const uint256 zeroid;
static uint256 ignoretxid;

Loading…
Cancel
Save