diff --git a/backend/src/api/websocket-handler.ts b/backend/src/api/websocket-handler.ts index b7f8b167e..76fb91583 100644 --- a/backend/src/api/websocket-handler.ts +++ b/backend/src/api/websocket-handler.ts @@ -126,7 +126,7 @@ class WebsocketHandler { 'vBytesPerSecond': memPool.getVBytesPerSecond(), 'lastDifficultyAdjustment': blocks.getLastDifficultyAdjustmentTime(), 'blocks': _blocks, - 'conversions': fiatConversion.getTickers()['BTCUSD'], + 'conversions': fiatConversion.getConversionRates(), 'mempool-blocks': mempoolBlocks.getMempoolBlocks(), 'transactions': memPool.getLatestTransactions(), 'git-commit': backendInfo.gitCommitHash,