Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Scitz0 committed Aug 3, 2020
1 parent b27f151 commit 48c1bbf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion docs/Scripts/cntools-changelog.md
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/Scripts/itnrewards.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/cnode-helper-scripts/cntools.sh
Expand Up @@ -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
Expand Down

0 comments on commit 48c1bbf

Please sign in to comment.