Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
Update examples/raw_rpc_client_subscription.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Matias Volpe <[email protected]>
  • Loading branch information
harrysolovay and kratico authored Nov 7, 2022
1 parent e9d5d3e commit 20bb703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/raw_rpc_client_subscription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const unsubscribed = await client.call({
jsonrpc: "2.0",
id: client.providerRef.nextId(),
method: "chain_unsubscribeAllHeads",
params: [],
params: [subscriptionId],
});

console.log(
Expand Down

0 comments on commit 20bb703

Please sign in to comment.