From 704ebe4b92221bdc3629e551c2de044888a4f27d Mon Sep 17 00:00:00 2001 From: muzam1l Date: Thu, 26 May 2022 14:55:24 +0530 Subject: [PATCH] Show tx hash instead of server ledger index in deploy log. --- state/actions/deployHook.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/state/actions/deployHook.tsx b/state/actions/deployHook.tsx index 628de6e..19fe205 100644 --- a/state/actions/deployHook.tsx +++ b/state/actions/deployHook.tsx @@ -152,14 +152,14 @@ export const deployHook = async ( message: ref( <> [{submitRes.engine_result}] {submitRes.engine_result_message}{" "} - Validated ledger index:{" "} + Transaction hash:{" "} - {submitRes.validated_ledger_index} + {submitRes.tx_json?.hash} ),