Merge pull request #487 from bucko13/sort-outputs
pass sort option through http
This commit is contained in:
commit
f00ed98eea
@ -427,6 +427,7 @@ class HTTP extends Server {
|
|||||||
selection: valid.str('selection'),
|
selection: valid.str('selection'),
|
||||||
smart: valid.bool('smart'),
|
smart: valid.bool('smart'),
|
||||||
account: valid.str('account'),
|
account: valid.str('account'),
|
||||||
|
sort: valid.bool('sort'),
|
||||||
subtractFee: valid.bool('subtractFee'),
|
subtractFee: valid.bool('subtractFee'),
|
||||||
subtractIndex: valid.i32('subtractIndex'),
|
subtractIndex: valid.i32('subtractIndex'),
|
||||||
depth: valid.u32(['confirmations', 'depth']),
|
depth: valid.u32(['confirmations', 'depth']),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user