Skip to content

Commit

Permalink
add key
Browse files Browse the repository at this point in the history
  • Loading branch information
augustbleeds committed Mar 11, 2024
1 parent 4d7f0ec commit ae27b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/pkg/chainlink/txm/txm.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ func (txm *starktxm) broadcast(ctx context.Context, publicKey *felt.Felt, accoun
return txhash, fmt.Errorf("failed to get FRI estimate")
}

txm.lggr.Infow("Fee estimate token units", friEstimate.FeeUnit)
txm.lggr.Infow("Fee estimate", "unit", friEstimate.FeeUnit)

// pad estimate to 140% (add extra because estimate did not include validation)
gasConsumed := friEstimate.GasConsumed.BigInt(new(big.Int))
Expand Down

0 comments on commit ae27b98

Please sign in to comment.