Skip to content

Commit

Permalink
fix: fix an issue
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Jan 2, 2025
1 parent 8b6a1c5 commit 2344899
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func (b *TxBuilderWithFallback) BuildOntake(
return nil, err
}

if costCalldata.Cmp(costBlob) < 1 {
if costCalldata.Cmp(costBlob) < 0 {
log.Info("Building a type-2 transaction", "costCalldata", costCalldata, "costBlob", costBlob)
return txWithCalldata, nil
}
Expand Down

0 comments on commit 2344899

Please sign in to comment.