mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Fixup wallet log print
This commit is contained in:
parent
f56de12cdd
commit
bc9a6104a9
1 changed files with 1 additions and 1 deletions
|
|
@ -3013,7 +3013,7 @@ static UniValue listunspent(const JSONRPCRequest& request)
|
|||
CAsset assetid = out.tx->GetOutputAsset(out.i);
|
||||
// Only list known outputs that match optional filter
|
||||
if (g_con_elementsmode && (amount < 0 || assetid.IsNull())) {
|
||||
LogPrintf("wallet", "Unable to unblind output: %s:%d\n", out.tx->tx->GetHash().GetHex(), out.i);
|
||||
wallet->WalletLogPrintf("Unable to unblind output: %s:%d\n", out.tx->tx->GetHash().GetHex(), out.i);
|
||||
continue;
|
||||
}
|
||||
if (!asset_str.empty() && asset_filter != assetid) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue