Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change Graphene Witness Node #1994

Merged
merged 4 commits into from
Sep 19, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libraries/protocol/include/graphene/protocol/proposal.hpp
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@

namespace graphene { namespace protocol {
/**
* @defgroup proposed_transactions The Bitshares Transaction Proposal Protocol
* @defgroup proposed_transactions The BitShares Transaction Proposal Protocol
* @ingroup operations
*
* BitShares allows users to propose a transaction which requires approval of multiple accounts in order to execute.
2 changes: 1 addition & 1 deletion libraries/wallet/include/graphene/wallet/wallet.hpp
Original file line number Diff line number Diff line change
@@ -798,7 +798,7 @@ class wallet_api
*/
string gethelp(const string& method)const;

/** Loads a specified Bitshares wallet.
/** Loads a specified BitShares wallet.
*
* The current wallet is closed before the new wallet is loaded.
*