We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf3efbe commit 85f2d35Copy full SHA for 85f2d35
packages/pico-engine/public/index.html
@@ -364,7 +364,7 @@ <h2>Children</h2>
364
Outbound subscriptions
365
<ul class="subscriptions-list" style="list-style: none;padding:0">
366
{{#each outbound}}
367
-<li><input type="checkbox"> to pico "{{name}}" (did:npe:{{Tx}})
+<li><input type="checkbox"> to pico "{{name}}" (did:npe:{{wellKnown_Tx}})
368
<a class="js-ajax-link" href="/sky/event/{{../eci}}/cancel-outbound/wrangler/outbound_cancellation?Rx={{this.Rx}}">del</a>
369
<pre>{{this.asString}}</pre>
370
</li>
0 commit comments