Merge pull request #487 from bucko13/sort-outputs

pass sort option through http
This commit is contained in:
Buck Perley 2018-06-14 10:23:25 -07:00 committed by GitHub
commit f00ed98eea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -427,6 +427,7 @@ class HTTP extends Server {
selection: valid.str('selection'),
smart: valid.bool('smart'),
account: valid.str('account'),
sort: valid.bool('sort'),
subtractFee: valid.bool('subtractFee'),
subtractIndex: valid.i32('subtractIndex'),
depth: valid.u32(['confirmations', 'depth']),