Skip to content

Commit 85f2d35

Browse files
committed
display outbound DID
1 parent bf3efbe commit 85f2d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pico-engine/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ <h2>Children</h2>
364364
Outbound subscriptions
365365
<ul class="subscriptions-list" style="list-style: none;padding:0">
366366
{{#each outbound}}
367-
<li><input type="checkbox"> to pico "{{name}}" (did:npe:{{Tx}})
367+
<li><input type="checkbox"> to pico "{{name}}" (did:npe:{{wellKnown_Tx}})
368368
<a class="js-ajax-link" href="/sky/event/{{../eci}}/cancel-outbound/wrangler/outbound_cancellation?Rx={{this.Rx}}">del</a>
369369
<pre>{{this.asString}}</pre>
370370
</li>

0 commit comments

Comments
 (0)