This commit is contained in:
Florian Dold 2023-06-29 19:53:45 +02:00
parent 424e39edda
commit b2fd948a54
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -481,7 +481,7 @@ async function processPeerPushDebitReady(
codecForExchangePurseStatus(),
);
const mergeTimestamp = purseStatus.merge_timestamp;
logger.info(`got purse status ${purseStatus}`);
logger.info(`got purse status ${j2s(purseStatus)}`);
if (!mergeTimestamp || TalerProtocolTimestamp.isNever(mergeTimestamp)) {
return { ready: false };
} else {