Skip to content

Commit

Permalink
fix rcv address
Browse files Browse the repository at this point in the history
  • Loading branch information
miiu96 committed Aug 5, 2024
1 parent 8061b43 commit 1a3f2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process/transactionProcessor.go
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ func (tp *TransactionProcessor) extraShardFromSCRs(scrs []*transaction.ApiSmartC
}
}

rcvShardID, err := tp.getShardByAddress(scr.SndAddr)
rcvShardID, err := tp.getShardByAddress(scr.RcvAddr)
if err != nil {
log.Warn("cannot compute shard ID from receiver address",
"receiver address", scr.RcvAddr,
Expand Down

0 comments on commit 1a3f2e8

Please sign in to comment.