Skip to content

Commit

Permalink
Add links for sequence diagrams Bank Send
Browse files Browse the repository at this point in the history
  • Loading branch information
abefernan committed Oct 2, 2024
1 parent ee4c79d commit b064404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mermaid.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export function sequenceDiagramFromSpans(spans: any) {

console.log({ tx, sender, recipient });

chart += `\n${sender}->>+${recipient}: Send`;
chart += `\n${sender}->>+${recipient}: <a href="/txs/${msgSendSpan._source.traceID}/${msgSendSpan._source.spanID}">🏦 Send</a>`;
}

return chart;
Expand Down

0 comments on commit b064404

Please sign in to comment.