mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Fix QT transaction blinding details being committed to wallet
This commit is contained in:
parent
172ad71988
commit
0fef2be3cc
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ public:
|
|||
}
|
||||
}
|
||||
if (!m_wallet->CreateTransaction(*locked_chain, recipients, pending->m_tx, pending->m_keys, fee, change_pos,
|
||||
fail_reason, coin_control, sign)) {
|
||||
fail_reason, coin_control, sign, gArgs.GetBoolArg("-blindedaddresses", g_con_elementsmode) ? &pending->m_blind_details : nullptr)) {
|
||||
return {};
|
||||
}
|
||||
out_amounts = pending->m_blind_details.o_amounts;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue