mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge 624333455a into merged_master (Bitcoin PR bitcoin/bitcoin#26296)
This commit is contained in:
commit
81083d47bf
23 changed files with 294 additions and 66 deletions
|
|
@ -2601,7 +2601,7 @@ OutputType CWallet::TransactionChangeType(const std::optional<OutputType>& chang
|
|||
void CWallet::CommitTransaction(CTransactionRef tx, mapValue_t mapValue, std::vector<std::pair<std::string, std::string>> orderForm, const BlindDetails* blind_details)
|
||||
{
|
||||
LOCK(cs_wallet);
|
||||
WalletLogPrintf("CommitTransaction:\n%s", tx->ToString()); /* Continued */
|
||||
WalletLogPrintf("CommitTransaction:\n%s", tx->ToString());
|
||||
|
||||
// Add tx to wallet, because if it has change it's also ours,
|
||||
// otherwise just for transaction history.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue