Skip to content

Commit 8b47473

Browse files
giskard09claude
andcommitted
get_trail_by_id: include anchor_status and anchor_block in SELECT
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b834c50 commit 8b47473

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mycelium_trails.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,8 @@ def get_trail_by_id(db_path: str, trail_id: str) -> Optional[dict]:
343343
"""
344344
SELECT trail_id, agent_id, service, operation, timestamp,
345345
karma_at_time, success, signature_ref, scope, delegation_ref,
346-
parent_trail_id, root_trail_id, negotiation_ref, action_ref, tx_hash, origin
346+
parent_trail_id, root_trail_id, negotiation_ref, action_ref,
347+
tx_hash, origin, anchor_status, anchor_block
347348
FROM trails WHERE trail_id=?
348349
""",
349350
(trail_id,),

0 commit comments

Comments
 (0)