Remove frontend fee calculation and read it from the websocket instead
This commit is contained in:
@@ -263,6 +263,10 @@ export class WebsocketService {
|
||||
this.stateService.difficultyAdjustment$.next(response.da);
|
||||
}
|
||||
|
||||
if (response.fees) {
|
||||
this.stateService.recommendedFees$.next(response.fees);
|
||||
}
|
||||
|
||||
if (response.backendInfo) {
|
||||
this.stateService.backendInfo$.next(response.backendInfo);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user