Browse Source

fix camel case for an api call

patch-2
Stephen Pair 12 years ago
parent
commit
42575d2c97
  1. 2
      RpcClient.js

2
RpcClient.js

@ -89,7 +89,7 @@ function ClassSpec(b) {
validateAddress: '', validateAddress: '',
verifyMessage: '', verifyMessage: '',
walletLock: '', walletLock: '',
walletPassphrase: 'string int', walletPassPhrase: 'string int',
walletPassphraseChange: '', walletPassphraseChange: '',
}; };

Loading…
Cancel
Save