Merge pull request #453 from bucko13/accounts-fix
add account option to create and send
This commit is contained in:
commit
25da26c415
@ -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']),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user