From 146edc7c6c12f5ec4a21acdfb7c59228e3d0e615 Mon Sep 17 00:00:00 2001 From: "raja.blaze" Date: Thu, 8 Aug 2019 15:42:31 +0530 Subject: [PATCH] socket --- server/socket/block.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server/socket/block.ts b/server/socket/block.ts index a9daa75..bd654bc 100644 --- a/server/socket/block.ts +++ b/server/socket/block.ts @@ -217,6 +217,7 @@ export async function universalGetLatestBlockDetails(socket) { input_count: BlockchainLatestBlockQuery[0].input_count, kernel_count: BlockchainLatestBlockQuery[0].kernel_count, output_count: BlockchainLatestBlockQuery[0].output_count, + hash: BlockchainLatestBlockQuery[0].hash, proof: BlockchainLatestBlockQuery[0].proof, hasharray: hasharray, Difficulty: Difficulty,