Skip to content

Commit

Permalink
Synching is now done in dela
Browse files Browse the repository at this point in the history
  • Loading branch information
ineiti committed Feb 28, 2024
1 parent ac9b166 commit 65661f0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions proxy/txnmanager/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,6 @@ func (h *manager) SubmitTxn(ctx context.Context, cmd evoting.Command,
h.Lock()
defer h.Unlock()

err := h.mngr.Sync()
if err != nil {
return nil, 0, xerrors.Errorf("failed to sync manager: %v", err)
}

tx, err := createTransaction(h.mngr, cmd, cmdArg, payload)
if err != nil {
return nil, 0, xerrors.Errorf("failed to create transaction: %v", err)
Expand Down

0 comments on commit 65661f0

Please sign in to comment.