Skip to content

Commit e9ec4a2

Browse files
Fix the formating thing in the timestamped_graph.md
1 parent 4f0c5bf commit e9ec4a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

timestamped_graph.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ print(graph.list_snapshots()) # Output: [timestamp1, timestamp2]
4545

4646
# Retrieve a past graph state
4747
old_graph = graph.get_snapshot(graph.list_snapshots()[0])
48+
```
49+
4850
## Future Enhancements
4951

5052
- **Secure Graph Snapshots for Banking & Finance**: Implement HMAC or cryptographic signing to prevent unauthorized modifications in financial transaction networks.

0 commit comments

Comments
 (0)