aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/wallet.cpp
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2019-04-03 17:51:23 -0400
committerJohn Newbery <john@johnnewbery.com>2019-10-18 09:26:32 -0400
commitb6f486a02b463ffeaf82ec11fc6f74f439c037ae (patch)
treeb74abe8df6f3422d5b28c0633dd3979c5aacea66 /src/wallet/wallet.cpp
parent8bba91b22d22a8dfea7c947b542b1022bfc1c0ea (diff)
downloadbitcoin-b6f486a02b463ffeaf82ec11fc6f74f439c037ae.tar.xz
[wallet] Add doxygen comment to CWallet::CommitTransaction()
Diffstat (limited to 'src/wallet/wallet.cpp')
-rw-r--r--src/wallet/wallet.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp
index f77c413593..a9ea56b6ab 100644
--- a/src/wallet/wallet.cpp
+++ b/src/wallet/wallet.cpp
@@ -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();