Browse Source

Set the intermediary signal when exit TX is not inserted

feature/serveapicli
Jordi Baylina 3 years ago
parent
commit
70f874aaf1
No known key found for this signature in database GPG Key ID: 7480C80C1BE43112
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      txprocessor/txprocessor.go

+ 1
- 0
txprocessor/txprocessor.go

@ -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

Loading…
Cancel
Save