syntax fixes

This commit is contained in:
jl777
2016-09-23 10:36:28 -03:00
parent 50027f0631
commit 8c3623fe10
5 changed files with 9 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
#include "sodium.h"
extern int32_t "C" komodo_is_notaryblock(void *pblock);
int32_t komodo_is_notaryblock(void *pblock);
unsigned int GetNextWorkRequired(const CBlockIndex* pindexLast, const CBlockHeader *pblock, const Consensus::Params& params)
{