Skip to content

Commit

Permalink
small log on enabling sendRawTransactionConditional
Browse files Browse the repository at this point in the history
  • Loading branch information
hamdiallam committed Sep 11, 2024
1 parent 4612601 commit fcae200
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eth/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ func (s *Ethereum) APIs() []rpc.API {

// Append any Sequencer APIs as enabled
if s.config.RollupSequencerEnableTxConditional {
log.Info("Enabling eth_sendRawTransactionConditional endpoint support")
apis = append(apis, sequencerapi.GetSendRawTxConditionalAPI(s.APIBackend, s.seqRPCService))
}

Expand Down

0 comments on commit fcae200

Please sign in to comment.