File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
engine/access/rpc/backend/transactions/provider Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff 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.
558553func (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.
695685func (e * ENTransactionProvider ) tryGetTransactionResultsByBlockID (
696686 ctx context.Context ,
697687 execNode * flow.IdentitySkeleton ,
You can’t perform that action at this time.
0 commit comments