Merge branch 'dev' of https://github.com/jl777/komodo into jl777-dev

fix merge conflict
This commit is contained in:
blackjok3r
2018-09-19 13:46:01 +08:00
9 changed files with 35 additions and 18 deletions

View File

@@ -47,6 +47,11 @@ NotarisationsInBlock ScanBlockNotarisations(const CBlock &block, int nHeight)
return vNotarisations;
}
bool IsTXSCL(const char* symbol)
{
return strlen(symbol) >= 5 && strncmp(symbol, "TXSCL", 5) == 0;
}
bool GetBlockNotarisations(uint256 blockHash, NotarisationsInBlock &nibs)
{