Merge pull request #453 from bucko13/accounts-fix

add account option to create and send
This commit is contained in:
Steven Bower 2018-05-25 07:04:16 +08:00 committed by GitHub
commit 25da26c415
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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