diff --git a/lib/archethic_web/templates/node/list.html.leex b/lib/archethic_web/templates/node/list.html.leex index 62e2fd2aa1..70f0de643f 100644 --- a/lib/archethic_web/templates/node/list.html.leex +++ b/lib/archethic_web/templates/node/list.html.leex @@ -21,7 +21,7 @@

First public key

<%= link to: Routes.live_path(@socket, ArchethicWeb.NodeDetailsLive, Base.encode16(node.last_public_key)) do%> <%= Base.encode16(:binary.part(node.first_public_key, 0, 30)) %>... - <%= Base.encode16(:binary.part(node.first_public_key, 0, 13)) %>... + <%= Base.encode16(:binary.part(node.first_public_key, 0, 10)) %>... <% end %>