From d7d1c847744b9d1bc0e2acaf12c2a5a845293559 Mon Sep 17 00:00:00 2001
From: nicocappabianca
Date: Sat, 26 Sep 2020 11:33:30 -0300
Subject: [PATCH] Link TXID to block explorer
---
src/components/admin-lte/configure/index.js | 2 +-
src/components/admin-lte/send-receive/send.js | 8 +++++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/src/components/admin-lte/configure/index.js b/src/components/admin-lte/configure/index.js
index 37060a2..333566f 100644
--- a/src/components/admin-lte/configure/index.js
+++ b/src/components/admin-lte/configure/index.js
@@ -39,7 +39,7 @@ class Configure extends React.Component {
walletInfo={_this.props.walletInfo}
setBchWallet={_this.props.setBchWallet}
/>
-
+
{_this.state.errMsg}
)}
{_this.state.txId && (
- Transaction ID: {_this.state.txId}
+
+ Transaction ID: {_this.state.txId}
+
)}