mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 08:51:08 +03:00
Fixing doc (#3330)
This commit is contained in:
parent
28644a63cf
commit
952bdcc4c8
1 changed files with 1 additions and 1 deletions
|
@ -454,7 +454,7 @@ pub trait ForeignRpc: Sync + Send {
|
||||||
{
|
{
|
||||||
"jsonrpc": "2.0",
|
"jsonrpc": "2.0",
|
||||||
"method": "get_unspent_outputs",
|
"method": "get_unspent_outputs",
|
||||||
"params": [1, 2, null, true],
|
"params": [1, null, 2, true],
|
||||||
"id": 1
|
"id": 1
|
||||||
}
|
}
|
||||||
# "#
|
# "#
|
||||||
|
|
Loading…
Reference in a new issue