Browse Source

Fix define

pull/4/head
jl777 6 years ago
parent
commit
141560e39a
  1. 2
      src/crosschain.h

2
src/crosschain.h

@ -5,7 +5,7 @@
/* On assetchain */
TxProof GetAssetchainProof(uint256 hash);
TxProof GetAssetchainProof(uint256 hash,CTransaction burnTx);
/* On KMD */
uint256 CalculateProofRoot(const char* symbol, uint32_t targetCCid, int kmdHeight,

Loading…
Cancel
Save