From 48c1bbf7118be00b27984cc311b91103f43d7fb0 Mon Sep 17 00:00:00 2001 From: Ola Date: Mon, 3 Aug 2020 12:48:50 +0200 Subject: [PATCH] minor tweaks --- docs/Scripts/cntools-changelog.md | 1 - docs/Scripts/itnrewards.md | 2 +- scripts/cnode-helper-scripts/cntools.sh | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/Scripts/cntools-changelog.md b/docs/Scripts/cntools-changelog.md index 88bae6e12..1cce1f824 100644 --- a/docs/Scripts/cntools-changelog.md +++ b/docs/Scripts/cntools-changelog.md @@ -27,7 +27,6 @@ and this adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ##### Changed - POOL_PLEDGECERT_FILENAME removed from config, WALLET_DELEGCERT_FILENAME is used instead for delegation cert to pool, no need to keep a separate cert in pool folder for this, its the wallet that is delegated. - Wallet vkeys no longer encrypted as skeys are the only ones in need of protection -- Pool >> Show view updated to show modified pool values if Pool >> Modify has been used to update pool parameters - Update command change (change applied after this release is active): - Minor/Patch release: it will warn, backup and replace CNTools script files including cntools.config - Major release: No change, prompt user to backup and run prereqs.sh according to instructions. diff --git a/docs/Scripts/itnrewards.md b/docs/Scripts/itnrewards.md index f0267a4b0..18de13c82 100644 --- a/docs/Scripts/itnrewards.md +++ b/docs/Scripts/itnrewards.md @@ -37,7 +37,7 @@ git branch --set-upstream-to origin/jordan/cli-handle-extended-itn-keys jordan/c git pull $CNODE_HOME/scripts/cabal-build-all.sh ``` - - Re-run `itnRewards.sh` and provide the path $HOME/.cabal/bin/cardano-cli-itn when asked + - Re-run `itnRewards.sh` - Start CNTools and verify that correct balance is shown in the wallet reward address - Fund base address of wallet with enough funds to pay for withdraw tx fee - Use FUNDS >> WITHDRAW to move rewards to base address of wallet diff --git a/scripts/cnode-helper-scripts/cntools.sh b/scripts/cnode-helper-scripts/cntools.sh index ff2fa11a0..0caa06efa 100755 --- a/scripts/cnode-helper-scripts/cntools.sh +++ b/scripts/cnode-helper-scripts/cntools.sh @@ -2473,7 +2473,7 @@ case $OPERATION in pool_opcert_file="${POOL_FOLDER}/${pool_name}/${POOL_OPCERT_FILENAME}" say "$(printf "%-21s : %s" "Run arguments" "--shelley-kes-key ${pool_hotkey_sk_file} \\")" "log" say "$(printf "%-21s %s" "" "--shelley-vrf-key ${pool_vrf_sk_file} \\")" "log" - say "$(printf "%-21s %s" "" "--shelley-operational-certificate ${pool_opcert_file} \\")" "log" + say "$(printf "%-21s %s" "" "--shelley-operational-certificate ${pool_opcert_file}")" "log" say "" say "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" waitForInput