Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd committed Jan 22, 2024
1 parent db45c5a commit 1dbb262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/relayer/processor/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ func NewConfigFromCliContext(c *cli.Context) (*Config, error) {
}

var targetTxHash *common.Hash

if c.IsSet(flags.TargetTxHash.Name) {
hash := common.HexToHash(c.String(flags.TargetTxHash.Name))
targetTxHash = &hash
Expand Down

0 comments on commit 1dbb262

Please sign in to comment.