Notify address page of removed transactions
This commit is contained in:
@@ -358,6 +358,12 @@ export class WebsocketService {
|
||||
});
|
||||
}
|
||||
|
||||
if (response['address-removed-transactions']) {
|
||||
response['address-removed-transactions'].forEach((addressTransaction: Transaction) => {
|
||||
this.stateService.mempoolRemovedTransactions$.next(addressTransaction);
|
||||
});
|
||||
}
|
||||
|
||||
if (response['block-transactions']) {
|
||||
response['block-transactions'].forEach((addressTransaction: Transaction) => {
|
||||
this.stateService.blockTransactions$.next(addressTransaction);
|
||||
|
||||
Reference in New Issue
Block a user