From 73edf0bf5757d37d6cd932f2a1fba97e8fb972ef Mon Sep 17 00:00:00 2001 From: miiu Date: Tue, 6 Aug 2024 13:06:27 +0300 Subject: [PATCH] fixes after merge --- process/transactionProcessor.go | 1 - 1 file changed, 1 deletion(-) diff --git a/process/transactionProcessor.go b/process/transactionProcessor.go index 10874fbe..4c8458cb 100644 --- a/process/transactionProcessor.go +++ b/process/transactionProcessor.go @@ -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)