Skip to content

Commit 0c0f760

Browse files
committed
More logging
1 parent 917c4b3 commit 0c0f760

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • src/main/java/uniresolver/driver/did/btcr2/crud/resolve

src/main/java/uniresolver/driver/did/btcr2/crud/resolve/Resolve.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,8 @@ public ResolveResult resolve(DID identifier, Map<String, Object> resolutionOptio
374374
String beaconServiceType = beaconsServiceTypes.get(beaconTransaction);
375375
byte[] beaconSignalBytes = beaconsSignalBytes.get(beaconTransaction);
376376

377+
if (log.isDebugEnabled()) log.debug("Processing beacon transaction {} on block {} with beacon service type {}", beaconTransaction.txId(), beaconBlock.blockHash(), beaconServiceType);
378+
377379
// Derive update_hash from the transaction’s Signal Bytes based on the beacon type:
378380

379381
byte[] update_hash = switch (BeaconType.fromServiceType(beaconServiceType)) {

0 commit comments

Comments
 (0)