Some market transaction journal entries are missing their market transactions #17

Open
opened 2026-01-15 20:54:12 +00:00 by dave · 1 comment
Owner

image.png

![image.png](/attachments/242ebf81-aa75-44c7-b442-0e75c1cefc81)
143 KiB
dave added the Kind/Bug
Priority
Medium
3
labels 2026-01-15 20:59:35 +00:00
Author
Owner

select *
from wallet_journal
where id = 25101623429;

select *
from wallet_transactions;
where transaction_id = 25101623429;

huh
0 rows
neither transaction_id nor the journal_ref_id

select * from wallet_journal where id = 25101623429; select * from wallet_transactions; where transaction_id = 25101623429; huh 0 rows neither transaction_id nor the journal_ref_id
Sign in to join this conversation.