Skip to content
This repository has been archived by the owner on Apr 3, 2019. It is now read-only.

Commit

Permalink
Add hwInfo to credentials
Browse files Browse the repository at this point in the history
Allows for storing hardware wallet information with wallet credentials.  Support for TEE hardware (e.g., stores TEE hardware wallet id).
  • Loading branch information
Andy Phillipson authored Mar 21, 2017
1 parent a23b4ea commit f63e92b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/credentials.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ var FIELDS = [
'account',
'compliantDerivation',
'addressType',
'hwInfo',
];

function Credentials() {
Expand Down

0 comments on commit f63e92b

Please sign in to comment.