Skip to content

Commit 2c29deb

Browse files
Reverted back unnecessary changed
1 parent 03e7816 commit 2c29deb

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

engine/access/rpc/backend/transactions/provider/execution_node.go

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -550,11 +550,6 @@ func (e *ENTransactionProvider) getTransactionResultFromAnyExeNode(
550550
return resp, errToReturn
551551
}
552552

553-
// getTransactionResultsByBlockIDFromAnyExeNode get transaction results by block ID from the execution node.
554-
//
555-
// Expected error returns during normal operation:
556-
// - [codes.Unavailable]: If no nodes are available or a connection to an execution node cannot be established.
557-
// - [status.Error]: If the execution node returns a gRPC error.
558553
func (e *ENTransactionProvider) getTransactionResultsByBlockIDFromAnyExeNode(
559554
ctx context.Context,
560555
execNodes flow.IdentitySkeletonList,
@@ -687,11 +682,6 @@ func (e *ENTransactionProvider) tryGetTransactionResult(
687682
return resp, nil
688683
}
689684

690-
// tryGetTransactionResultsByBlockID attempts to get transaction results by block ID from the given execution node.
691-
//
692-
// Expected error returns during normal operation:
693-
// - [codes.Unavailable]: If a connection to an execution node cannot be established.
694-
// - [status.Error]: If the execution node returns a gRPC error.
695685
func (e *ENTransactionProvider) tryGetTransactionResultsByBlockID(
696686
ctx context.Context,
697687
execNode *flow.IdentitySkeleton,

0 commit comments

Comments
 (0)