Skip to content

Commit

Permalink
removed duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikspatil024 committed Oct 3, 2023
1 parent b6b5a38 commit 74e53a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions turbo/jsonrpc/bor_snapshot.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,6 @@ func (api *BorImpl) SendRawTransactionConditional(ctx context.Context, encodedTx
return common.Hash{}, errors.New("only replay-protected (EIP-155) transactions allowed over RPC")
}

defer tx.Rollback()

cc, err := api.chainConfig(tx)
if err != nil {
return common.Hash{}, err
Expand Down

0 comments on commit 74e53a4

Please sign in to comment.