[wallet] Add doxygen comment to CWallet::CommitTransaction()

This commit is contained in:
John Newbery
2019-04-03 17:51:23 -04:00
parent 8bba91b22d
commit b6f486a02b
2 changed files with 10 additions and 3 deletions

View File

@@ -3286,9 +3286,6 @@ bool CWallet::CreateTransaction(interfaces::Chain::Lock& locked_chain, const std
return true;
}
/**
* Call after CreateTransaction unless you want to abort
*/
bool CWallet::CommitTransaction(CTransactionRef tx, mapValue_t mapValue, std::vector<std::pair<std::string, std::string>> orderForm, CValidationState& state)
{
auto locked_chain = chain().lock();