remove stray semicolon that confuses doxygen

This commit is contained in:
Eric Frias 2015-10-13 10:44:18 -04:00
parent 5dbe57c3ff
commit 21caba4cfa

View file

@ -1353,7 +1353,7 @@ FC_REFLECT( graphene::wallet::brain_key_info,
(brain_priv_key)
(wif_priv_key)
(pub_key)
);
)
FC_REFLECT( graphene::wallet::exported_account_keys, (account_name)(encrypted_private_keys)(public_keys) )