Skip to content

Commit db91904

Browse files
committed
chore: make id public
1 parent cedd1ea commit db91904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/channel/rpc_0_6.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export class RpcChannel {
4242

4343
readonly retries: number;
4444

45-
private requestId: number;
45+
public requestId: number;
4646

4747
readonly blockIdentifier: BlockIdentifier;
4848

0 commit comments

Comments
 (0)