Skip to content

Commit

Permalink
fix getProcessor's paramters to contract address
Browse files Browse the repository at this point in the history
  • Loading branch information
giskook committed Oct 18, 2024
1 parent fe11473 commit 830f5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/messagebridge/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func ReplaceDepositDestAddresses(deposit *etherman.Deposit) {
}

func ReplaceDepositInfo(deposit *etherman.Deposit, overwriteOrigNetworkID bool) {
processor := getProcessor(deposit.OriginalAddress, deposit.DestinationAddress)
processor := getProcessor(deposit.OriginalAddress, deposit.DestContractAddress)
if processor == nil {
return
}
Expand Down

0 comments on commit 830f5ae

Please sign in to comment.