Skip to content

Commit

Permalink
Pass in value when simulating tx error (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
matYang authored Dec 9, 2023
1 parent a9b9f90 commit 1a28ace
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/scripts/ccip/revert-reason/handler/reason.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ func GetErrorForTx(client *ethclient.Client, txHash string, requester string) (s
From: common.HexToAddress(requester),
To: tx.To(),
Data: tx.Data(),
Value: tx.Value(),
Gas: tx.Gas(),
GasPrice: tx.GasPrice(),
}
Expand Down

0 comments on commit 1a28ace

Please sign in to comment.