Merge pull request #538 from libscott/cryptoconditions

Crypto-Conditions
This commit is contained in:
jl777
2018-04-08 13:18:26 +03:00
committed by GitHub
291 changed files with 52708 additions and 58 deletions

View File

@@ -396,6 +396,7 @@ int32_t komodo_notarized_height(uint256 *hashp,uint256 *txidp)
}
}
int32_t komodo_MoMdata(int32_t *notarized_htp,uint256 *MoMp,uint256 *kmdtxidp,int32_t height)
{
int32_t i; char symbol[KOMODO_ASSETCHAIN_MAXLEN],dest[KOMODO_ASSETCHAIN_MAXLEN]; struct komodo_state *sp; struct notarized_checkpoint *np = 0;