From 8b7162b228ba434d2328756c5ba3533314146d27 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Mon, 22 Jan 2024 14:51:11 +0530 Subject: [PATCH] Remove unnecessary comments --- .github/workflows/test.yml | 1 - init.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 77fec23a..7dacb807 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,6 @@ jobs: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/main'" - # unit tests test-unit-cover: runs-on: ubuntu-latest steps: diff --git a/init.sh b/init.sh index 1eacee7e..1044f67a 100755 --- a/init.sh +++ b/init.sh @@ -34,7 +34,6 @@ if [ "$1" == "clean" ] || [ ! -d "$HOME/.laconicd/data/blockstore.db" ]; then # Set moniker and chain-id for Ethermint (Moniker can be anything, chain-id must be an integer) laconicd init $MONIKER --chain-id $CHAINID - ## TODO: Added by Roy, check update_genesis() { jq "$1" $HOME/.laconicd/config/genesis.json > $HOME/.laconicd/config/tmp_genesis.json && mv $HOME/.laconicd/config/tmp_genesis.json $HOME/.laconicd/config/genesis.json