Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Update mainnet-fundnodes.md #88

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions src/mainnet/build/mainnet-fundnodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,7 @@ cudos-noded tx staking create-validator --amount=$STAKE \
--commission-max-rate="0.20" \
--commission-max-change-rate="0.01" \
--min-self-delegation="2000000000000000000000000" \
--gas="auto" \
--gas-prices="5000000000000acudos" \
--gas-adjustment="1.80" \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Transactions usually fail without adjusting gas from what I've seen -- I usually use 1.3
Have you seen a different behaviour?

--keyring-backend="os" \
-y
```
Expand Down