update
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
/*
|
||||
* Crypto-Condition EVAL method that verifies a payout against a transaction
|
||||
* notarised on another chain.
|
||||
* notarized on another chain.
|
||||
*
|
||||
* IN: params - condition params
|
||||
* IN: importTx - Payout transaction on value chain (HUSH)
|
||||
@@ -83,7 +83,7 @@ bool Eval::ImportPayout(const std::vector<uint8_t> params, const CTransaction &i
|
||||
// Check disputeTx solves momproof from vout[0]
|
||||
{
|
||||
NotarizationData data;
|
||||
if (!GetNotarizationData(proof.notarisationHash, data))
|
||||
if (!GetNotarizationData(proof.notarizationHash, data))
|
||||
return Invalid("coudnt-load-mom");
|
||||
|
||||
if (data.MoM != proof.Exec(disputeTx.GetHash()))
|
||||
|
||||
Reference in New Issue
Block a user