Skip to content

Commit

Permalink
Merge pull request #139 from chenzhitong/patch-7
Browse files Browse the repository at this point in the history
Update submitblock.md
  • Loading branch information
Celia18305 authored Sep 5, 2024
2 parents 9456186 + a90791b commit b42136e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/n3/reference/rpc/submitblock.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ You must install the plugin [RpcServer](https://github.com/neo-project/neo-modul
{
"jsonrpc": "2.0",
"method": "submitblock",
"params": [hex],
"params": [base64],
"id": 1
}
```

## Parameter Description

hex: A Base64-encoded string of a serialized block.
base64: A Base64-encoded string of a serialized block.

## Example

Expand Down

0 comments on commit b42136e

Please sign in to comment.