From 5766197666b68934070d9ea6fabb7af83efccc23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jann=20M=C3=BCller?= Date: Fri, 20 Dec 2024 21:22:16 +0100 Subject: [PATCH] Link to linked list --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 797150b..817021f 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ There is also no risk of UTxO congestion as the "system outputs" are used as ref ### Sanctioned Addresses -The list of sanctioned addresses is stored on-chain as a _linked list_. This means that each entry (address) in the list is represented single transaction output that includes the address itself as well as a pointer to the next address in lexicographical order. +The list of sanctioned addresses is stored on-chain as a [_linked list_](https://github.com/Anastasia-Labs/plutarch-linked-list). This means that each entry (address) in the list is represented single transaction output that includes the address itself as well as a pointer to the next address in lexicographical order. When checking a transfer the transfer logic script is provided with a single reference input pointing to the relevant entry in the ordered linked list.