From 47eb052aed4de69b9ffb7a76711da0afdf6c92c5 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 8 Aug 2019 12:48:51 +0530 Subject: [PATCH 1/3] socket issue --- server/socket/block.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/socket/block.ts b/server/socket/block.ts index bdc78a8..332b291 100644 --- a/server/socket/block.ts +++ b/server/socket/block.ts @@ -202,7 +202,7 @@ export async function universalGetLatestBlockDetails(socket) { output_count: BlockchainLatestBlockQuery[0].output_count, proof: BlockchainLatestBlockQuery[0].proof, hasharray: hasharray, - // Difficulty: Difficulty, + Difficulty: Difficulty, hashstart:BlockchainLatestBlockQuery[0].hash.slice(0, 2), hashend:BlockchainLatestBlockQuery[0].hash.slice(62,64), TotalDifficultyCuckaroo: From 6eb014dfd517521e48ff51a6a02800b6ca29bb2a Mon Sep 17 00:00:00 2001 From: Prema Date: Thu, 8 Aug 2019 13:03:25 +0530 Subject: [PATCH 2/3] responsive --- src/app/shared/components/header/header.component.html | 2 +- src/assets/css/responsive.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/shared/components/header/header.component.html b/src/app/shared/components/header/header.component.html index 27d9453..da90c37 100755 --- a/src/app/shared/components/header/header.component.html +++ b/src/app/shared/components/header/header.component.html @@ -1,7 +1,7 @@