Closed eagr closed 1 week ago
Slight glitch, processing_state.local_receipts will be empty after take(), so local_receipt_count is always 0, obviously not the intent.
processing_state.local_receipts
take()
local_receipt_count
Slight glitch,
processing_state.local_receipts
will be empty aftertake()
, solocal_receipt_count
is always 0, obviously not the intent.