We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cedd1ea commit db91904Copy full SHA for db91904
src/channel/rpc_0_6.ts
@@ -42,7 +42,7 @@ export class RpcChannel {
42
43
readonly retries: number;
44
45
- private requestId: number;
+ public requestId: number;
46
47
readonly blockIdentifier: BlockIdentifier;
48
0 commit comments