Commit 540149e1 authored by Alina's avatar Alina Committed by GitHub

queueindex (#81)

parent e3f71fa5
...@@ -814,7 +814,7 @@ contract OVM_CanonicalTransactionChain is iOVM_CanonicalTransactionChain, Lib_Ad ...@@ -814,7 +814,7 @@ contract OVM_CanonicalTransactionChain is iOVM_CanonicalTransactionChain, Lib_Ad
bool bool
) )
{ {
bytes32 leafHash = _getQueueLeafHash(_inclusionProof.index); bytes32 leafHash = _getQueueLeafHash(_queueIndex);
require( require(
_verifyElement( _verifyElement(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment