mirror of
https://github.com/bitcoin/bips.git
synced 2025-03-04 03:03:53 +01:00
Fix type and description
This commit is contained in:
parent
1936b49803
commit
bbad8a0a0c
1 changed files with 2 additions and 2 deletions
|
@ -124,7 +124,7 @@
|
|||
| The parameters of requested method.
|
||||
|-
|
||||
! Result [1][index] (<code>params[index]</code>)
|
||||
| <code>array</code> of <code>array</code>s
|
||||
| <code>array</code>
|
||||
| <code>["address","string","String containing full Bitcoin address."]</code>
|
||||
| The parameter at position <code>index</code> of requested method.
|
||||
|-
|
||||
|
@ -140,6 +140,6 @@
|
|||
|-
|
||||
! Result [1][index][2]
|
||||
| <code>string</code>
|
||||
| <code>string</code>
|
||||
| <code>String containing full Bitcoin address.</code>
|
||||
| The description of the parameter at position <code>index</code> of requested method.
|
||||
|}
|
Loading…
Add table
Reference in a new issue