Update BTS1 key import format
This commit is contained in:
parent
1b38a4f86e
commit
d324a78809
1 changed files with 2 additions and 1 deletions
|
|
@ -194,6 +194,7 @@ struct exported_account_keys
|
|||
{
|
||||
string account_name;
|
||||
vector<vector<char>> encrypted_private_keys;
|
||||
vector<public_key_type> public_keys;
|
||||
};
|
||||
|
||||
struct exported_keys
|
||||
|
|
@ -1226,7 +1227,7 @@ FC_REFLECT( graphene::wallet::brain_key_info,
|
|||
(pub_key)
|
||||
);
|
||||
|
||||
FC_REFLECT( graphene::wallet::exported_account_keys, (account_name)(encrypted_private_keys) )
|
||||
FC_REFLECT( graphene::wallet::exported_account_keys, (account_name)(encrypted_private_keys)(public_keys) )
|
||||
|
||||
FC_REFLECT( graphene::wallet::exported_keys, (password_checksum)(account_keys) )
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue