From 7290e6e200bfc663dd476bf28456efaf359970a8 Mon Sep 17 00:00:00 2001 From: Karol Chojnowski Date: Wed, 16 Mar 2022 17:22:33 +0100 Subject: [PATCH] Remove useless stuff, fix front typo (#98) (#99) --- README.md | 4 +--- ethtx_ce/app/frontend/templates/transaction.html | 2 +- ethtx_ce/entrypoint.sh | 5 ----- ethtx_ce/start-reload.sh | 4 +--- ethtx_ce/start.sh | 5 +---- 5 files changed, 4 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 4c015a6..7d05829 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,7 @@ Here is a list of steps to recreate local environment on Ubuntu distribut # Optional. Those represent data required for connecting to mongoDB. It's used for caching semantics # used in decoding process. But, it's not neccessary for running, If you don't want to use permanent # db or setup mongo, leave those values, mongomock package is used to simulate in-memory mongo. - MONGO_CONNECTION_STRING=mongomock://localhost - MONGODB_DB=ethtx - + MONGO_CONNECTION_STRING=mongomock://localhost/ethtx # Optional. Credentials for accessing semantics editor page, available under '/semantics/' ETHTX_ADMIN_USERNAME=admin diff --git a/ethtx_ce/app/frontend/templates/transaction.html b/ethtx_ce/app/frontend/templates/transaction.html index 2cbfc2a..377e41c 100644 --- a/ethtx_ce/app/frontend/templates/transaction.html +++ b/ethtx_ce/app/frontend/templates/transaction.html @@ -182,7 +182,7 @@

Analysis for: - {{ transaction.tx_hash }}/ {{ transaction.chain_id }} + {{ transaction.tx_hash }} / {{ transaction.chain_id }}