remove stray semicolon that confuses doxygen
This commit is contained in:
parent
5dbe57c3ff
commit
21caba4cfa
1 changed files with 1 additions and 1 deletions
|
|
@ -1353,7 +1353,7 @@ FC_REFLECT( graphene::wallet::brain_key_info,
|
||||||
(brain_priv_key)
|
(brain_priv_key)
|
||||||
(wif_priv_key)
|
(wif_priv_key)
|
||||||
(pub_key)
|
(pub_key)
|
||||||
);
|
)
|
||||||
|
|
||||||
FC_REFLECT( graphene::wallet::exported_account_keys, (account_name)(encrypted_private_keys)(public_keys) )
|
FC_REFLECT( graphene::wallet::exported_account_keys, (account_name)(encrypted_private_keys)(public_keys) )
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue