Skip to content

Commit

Permalink
feat(taiko-client): remove an unused filed in proposer (#18021)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha authored Sep 2, 2024
1 parent 492c208 commit 64fdf5c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/taiko-client/proposer/proposer.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ type Proposer struct {

proposingTimer *time.Timer

tiers []*rpc.TierProviderTierWithID

// Transaction builder
txBuilder builder.ProposeBlockTransactionBuilder

Expand Down Expand Up @@ -89,10 +87,6 @@ func (p *Proposer) InitFromConfig(

log.Info("Protocol configs", "configs", p.protocolConfigs)

if p.tiers, err = p.rpc.GetTiers(ctx); err != nil {
return err
}

if txMgr == nil {
if txMgr, err = txmgr.NewSimpleTxManager(
"proposer",
Expand Down

0 comments on commit 64fdf5c

Please sign in to comment.