Skip to content

Commit

Permalink
fix: remove condition
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Dec 7, 2024
1 parent 5d8637e commit 789b972
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions node/pkg/chain/helper/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,6 @@ func (t *ChainHelper) SubmitDelegatedFallbackDirect(ctx context.Context, contrac
return err
}

if t.delegatorUrl == "" {
return errorSentinel.ErrChainDelegatorUrlNotFound
}

tx, err := utils.MakeFeeDelegatedTx(ctx, t.client, contractAddress, t.wallet, functionString, t.chainID, nonce, args...)
if err != nil {
return err
Expand Down

0 comments on commit 789b972

Please sign in to comment.