Skip to content

Commit

Permalink
[fixup] cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanlott committed Jul 20, 2023
1 parent cae2bc3 commit 8e49009
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions persistence/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@ func (p *PostgresContext) Commit(proposerAddr, quorumCert []byte) error {
return err
}

// Commit the tree store updates
if err := p.stateTrees.Commit(); err != nil {
return err
}

// Commit the SQL transaction
ctx := context.TODO()
if err := p.tx.Commit(ctx); err != nil {
Expand Down

0 comments on commit 8e49009

Please sign in to comment.