File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ contract DataProcessor {
5353 function cacheMmrRoot (uint256 mmrId ) public {
5454 ISharpFactsAggregator aggregator = AGGREGATORS_FACTORY.aggregatorsById (mmrId);
5555 ISharpFactsAggregator.AggregatorState memory aggregatorState = aggregator.aggregatorState ();
56- cachedMMRsRoots[mmrId][aggregatorState.mmrSize] = aggregatorState.poseidonMmrRoot ;
56+ cachedMMRsRoots[mmrId][aggregatorState.mmrSize] = aggregatorState.keccakMmrRoot ;
5757
58- emit MmrRootCached (mmrId, aggregatorState.mmrSize, aggregatorState.poseidonMmrRoot );
58+ emit MmrRootCached (mmrId, aggregatorState.mmrSize, aggregatorState.keccakMmrRoot );
5959 }
6060
6161 /// @notice The entrypoint for verifying the proof of a dataProcessor number.
You can’t perform that action at this time.
0 commit comments