mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-06 19:06:42 +01:00
Merge pull request #590 from hermeznetwork/fix/zki-imExitRoot
Set the intermediary signal when exit TX is not inserted
This commit is contained in:
@@ -1268,6 +1268,7 @@ func (tp *TxProcessor) applyExit(coordIdxsMap map[common.TokenID]common.Idx,
|
||||
}
|
||||
tp.zki.OldKey2[tp.i] = p.OldKey.BigInt()
|
||||
tp.zki.OldValue2[tp.i] = p.OldValue.BigInt()
|
||||
tp.zki.ISExitRoot[tp.i] = exitTree.Root().BigInt()
|
||||
}
|
||||
|
||||
return exitAccount, false, nil
|
||||
|
||||
Reference in New Issue
Block a user