Skip to content

Commit bc9a610

Browse files
committed
Fixup wallet log print
1 parent f56de12 commit bc9a610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/rpcwallet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3013,7 +3013,7 @@ static UniValue listunspent(const JSONRPCRequest& request)
30133013
CAsset assetid = out.tx->GetOutputAsset(out.i);
30143014
// Only list known outputs that match optional filter
30153015
if (g_con_elementsmode && (amount < 0 || assetid.IsNull())) {
3016-
LogPrintf("wallet", "Unable to unblind output: %s:%d\n", out.tx->tx->GetHash().GetHex(), out.i);
3016+
wallet->WalletLogPrintf("Unable to unblind output: %s:%d\n", out.tx->tx->GetHash().GetHex(), out.i);
30173017
continue;
30183018
}
30193019
if (!asset_str.empty() && asset_filter != assetid) {

0 commit comments

Comments
 (0)