Skip to content

Commit

Permalink
fixes after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
miiu96 committed Aug 6, 2024
1 parent 2b6d0a7 commit 73edf0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion process/transactionProcessor.go
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,6 @@ func (tp *TransactionProcessor) groupTxsByReceiverShard(tx *transaction.ApiTrans
return txsByReceiverShardMap
}

func (tp *TransactionProcessor) alterTxWithScResultsFromSourceIfNeeded(txHash string, tx *transaction.ApiTransactionResult, withResults bool) *transaction.ApiTransactionResult {
func (tp *TransactionProcessor) fetchSCRSBasedOnShardMap(tx *transaction.ApiTransactionResult, shardIDWasFetch map[uint32]*tupleHashWasFetched) error {
for shardID, info := range shardIDWasFetch {
scrs, err := tp.fetchSCRs(tx.Hash, info.hash, shardID)
Expand Down

0 comments on commit 73edf0b

Please sign in to comment.