From 141560e39adab62b3a4d185c093f17f8c0fadc63 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 27 Dec 2018 01:14:33 -1100 Subject: [PATCH] Fix define --- src/crosschain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crosschain.h b/src/crosschain.h index 1fbd7603a..57e4a79d0 100644 --- a/src/crosschain.h +++ b/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,