Skip to content

Commit

Permalink
empty scr list
Browse files Browse the repository at this point in the history
  • Loading branch information
miiu96 committed Aug 5, 2024
1 parent 3f4af97 commit 8061b43
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 @@ -869,7 +869,7 @@ func (tp *TransactionProcessor) fetchSCRs(txHash, scrHash string, shardID uint32
return getTxResponseDst.Data.SCRs, nil
}

return nil, errors.ErrSCRsNoFound
return []*transaction.ApiSmartContractResult{}, nil

}

Expand Down

0 comments on commit 8061b43

Please sign in to comment.