Fix pegin transactions not showing up in transaction list.
This commit is contained in:
parent
450fe234f5
commit
e1edf6ba30
@ -283,7 +283,7 @@ bool TxList::IsAllToMe(const CWalletTx& wtx)
|
||||
mw::Hash kernel_id;
|
||||
if (!output.IsMWEB() && output.GetScriptPubKey().IsMWEBPegin(&kernel_id)) {
|
||||
if (wtx.tx->HasMWEBTx() && wtx.tx->mweb_tx.GetKernelIDs().count(kernel_id) > 0) {
|
||||
return false;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user