display SIN (peerId) in title for copayer vids
It's important to be able to confirm the SIN of the copayers (the hash of the public key). This needs to be communicated over an external, secure communication channel.
This commit is contained in:
parent
ed0ced1971
commit
3295e72986
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@
|
|||
</div>
|
||||
<div class="large-9 medium-8 small-12 columns">
|
||||
<!-- <div class="bottom-copay" ng-repeat="c in $root.wallet.getRegisteredPeerIds()" class="has-tip" tooltip-popup-delay="1000" tooltip-placement="top" tooltip="{{c.nick}}"> -->
|
||||
<div class="bottom-copay" ng-repeat="c in $root.wallet.getRegisteredPeerIds()">
|
||||
<div class="bottom-copay" ng-repeat="c in $root.wallet.getRegisteredPeerIds()" title="{{c.peerId}}">
|
||||
<video ng-if="$root.videoInfo[c.peerId]"
|
||||
avatar peer="{{c}}"
|
||||
autoplay
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue