1
0
Fork 0
mirror of https://github.com/bitcoin/bips.git synced 2025-03-04 11:08:05 +01:00

Fix type and description

This commit is contained in:
Ben van Hartingsveldt 2024-11-26 12:09:26 +01:00
parent 1936b49803
commit bbad8a0a0c
No known key found for this signature in database
GPG key ID: 261AA214130CE7AB

View file

@ -124,7 +124,7 @@
| The parameters of requested method. | The parameters of requested method.
|- |-
! Result [1][index] (<code>params[index]</code>) ! 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> | <code>["address","string","String containing full Bitcoin address."]</code>
| The parameter at position <code>index</code> of requested method. | The parameter at position <code>index</code> of requested method.
|- |-
@ -140,6 +140,6 @@
|- |-
! Result [1][index][2] ! Result [1][index][2]
| <code>string</code> | <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. | The description of the parameter at position <code>index</code> of requested method.
|} |}