Skip to content

Commit adab000

Browse files
author
Will Binns
authored
Merge pull request #83 from onyb/patch-1
Fix formatting error in importmulti RPC docs
2 parents e23befd + 2d7578d commit adab000

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

reference/rpc/importmulti.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,6 @@ Argument #1 - requests
2121
**Type:** json array, required
2222

2323
Data to be imported
24-
"range": n or [n,n], (numeric or array) If a ranged descriptor is used, this specifies the end or the range (in the form [begin,end]) to import
25-
"internal": bool, (boolean, optional, default=false) Stating whether matching outputs should be treated as not incoming payments (also known as change)
26-
"watchonly": bool, (boolean, optional, default=false) Stating whether matching outputs should be considered watchonly.
27-
"label": "str", (string, optional, default='') Label to assign to the address, only allowed with internal=false
28-
"keypool": bool, (boolean, optional, default=false) Stating whether imported public keys should be added to the keypool for when users request new addresses. Only allowed when wallet private keys are disabled
29-
},
30-
...
31-
]
3224

3325
::
3426

@@ -52,6 +44,13 @@ Data to be imported
5244
"key", (string)
5345
...
5446
],
47+
"range": n or [n,n], (numeric or array) If a ranged descriptor is used, this specifies the end or the range (in the form [begin,end]) to import
48+
"internal": bool, (boolean, optional, default=false) Stating whether matching outputs should be treated as not incoming payments (also known as change)
49+
"watchonly": bool, (boolean, optional, default=false) Stating whether matching outputs should be considered watchonly.
50+
"label": "str", (string, optional, default='') Label to assign to the address, only allowed with internal=false
51+
"keypool": bool, (boolean, optional, default=false) Stating whether imported public keys should be added to the keypool for when users request new addresses. Only allowed when wallet private keys are disabled
52+
}
53+
]
5554

5655
Argument #2 - options
5756
~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)