wallet created
This commit is contained in:
parent
208f248c32
commit
1e5c940ef7
5 changed files with 11 additions and 4 deletions
|
|
@ -1,5 +1,12 @@
|
|||
<span class="wallet-activity">
|
||||
|
||||
<div ng-if="x.types.indexOf('NewCopayer')>=0 && x.wallet.n>1">
|
||||
Copayer joined
|
||||
</div>
|
||||
|
||||
<div ng-if="x.types.indexOf('NewCopayer')>=0 && x.wallet.n==1">
|
||||
Wallet created
|
||||
</div>
|
||||
|
||||
<div ng-if="x.types.indexOf('NewOutgoingTx')>=0">
|
||||
<span>Payment Sent </span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue