update RBF timeline over websocket

This commit is contained in:
Mononaut
2022-12-14 08:49:35 -06:00
parent 1b843da785
commit 7b2a1cfd10
6 changed files with 110 additions and 53 deletions

View File

@@ -257,6 +257,10 @@ export class WebsocketService {
this.stateService.txReplaced$.next(response.rbfTransaction);
}
if (response.rbfInfo) {
this.stateService.txRbfInfo$.next(response.rbfInfo);
}
if (response.txReplaced) {
this.stateService.txReplaced$.next(response.txReplaced);
}