Skip to content

Commit

Permalink
Update block-chunk.md (#1446)
Browse files Browse the repository at this point in the history
  • Loading branch information
bucanero authored Jul 20, 2023
1 parent 99f5f31 commit fb3ab4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/5.api/rpc/block-chunk.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ http post https://rpc.testnet.near.org jsonrpc=2.0 id=dontcare method=block \

```js
const response = await near.connection.provider.block(
"7nsuuitwS7xcdGnD9JgrE22cRB2vf2VS4yh1N9S71F4d"
{blockId: "7nsuuitwS7xcdGnD9JgrE22cRB2vf2VS4yh1N9S71F4d"}
);
```

Expand Down

0 comments on commit fb3ab4f

Please sign in to comment.