Skip to content

Commit 4d05650

Browse files
removed duplicate line
1 parent 35915f9 commit 4d05650

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

turbo/jsonrpc/bor_snapshot.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,6 @@ func (api *BorImpl) SendRawTransactionConditional(ctx context.Context, encodedTx
261261
return common.Hash{}, errors.New("only replay-protected (EIP-155) transactions allowed over RPC")
262262
}
263263

264-
defer tx.Rollback()
265-
266264
cc, err := api.chainConfig(tx)
267265
if err != nil {
268266
return common.Hash{}, err

0 commit comments

Comments
 (0)