Skip to content

Commit

Permalink
Rm mul
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberhorsey committed Mar 28, 2023
1 parent d115d5e commit 6068e7a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/relayer/message/process_message.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"encoding/hex"
"fmt"
"math/big"
"strings"

"github.com/ethereum/go-ethereum/accounts/abi"
Expand Down Expand Up @@ -176,8 +175,6 @@ func (p *Processor) sendProcessMessageCall(
return nil, errors.Wrap(err, "p.destBridge.SuggestGasPrice")
}

gasPrice = gasPrice.Mul(gasPrice, big.NewInt(2))

auth.GasPrice = gasPrice

// process the message on the destination bridge.
Expand Down

0 comments on commit 6068e7a

Please sign in to comment.