Skip to content

Commit 1923c4b

Browse files
author
Mak Muftic
committed
Change wording inside README file
1 parent d2cd5fa commit 1923c4b

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,30 +118,29 @@ For Westend's WND tokens, see the faucet [instructions on the Wiki](https://wiki
118118

119119
When starting _vedran loadbalancer_ it is possible to configure automatic payout by providing these flags:
120120

121-
`--private-key` - loadbalancers wallet private key (string representation of hex value prefixed with 0x), used for sending rewards on payout
121+
`--private-key` - loadbalancers wallet private key (string representation of hex value prefixed with 0x), used for sending rewards on the payout
122122

123123
`--payout-interval` - automatic payout interval specified as number of days
124124

125-
`--payout-reward` - defined total reward amount that will be distributed on the payout (amount in Planck). If omitted entire balance of lb wallet will be used as total reward. If this options is selected than `--lb-payout-fee-address` must be set
125+
`--payout-reward` - defined total reward amount that will be distributed on the payout (amount in Planck). If omitted, the entire balance of lb wallet will be used as a total reward, and in this case `--lb-payout-fee-address` must be set
126126

127127
`--lb-payout-address` - address on which load balancer fee will be sent. If omitted, load balancer fee will be left on load balancer wallet after payout. This flag is **required** if `--payout-reward` is set to 0
128128

129129
If all flags have been provided, then each {_payout-interval_} days automatic payout will be started.
130130

131131
### Manual payout
132132

133-
It is possible to run payout script at any time by invoking `vedran payout` command trough console.
134-
This command has two required flags:
133+
It is possible to run payout script at any time by invoking `vedran payout` command through the console.
135134

136-
`--private-key` - loadbalancers wallet private key (string representation of hex value prefixed with 0x), used for sending founds on payout
135+
`--private-key` - loadbalancers wallet private key (string representation of hex value prefixed with 0x), used for sending rewards on the payout
137136

138-
`--payout-reward` - defined total reward amount that will be distributed on the payout (amount in Planck). If omitted entire balance of lb wallet will be used as total reward. If this options is selected than `--lb-payout-fee-address` must be set
137+
`--payout-reward` - defined total reward amount that will be distributed on the payout (amount in Planck). If omitted, the entire balance of lb wallet will be used as a total reward, and in this case `--lb-payout-fee-address` must be set
139138

140139
`--lb-payout-fee-address` - address on which load balancer fee will be sent. If omitted, load balancer fee will be left on load balancer wallet after payout. This flag is **required** if `--payout-reward` is set to 0
141140

142-
Additionally, it is possible to change url on which payout script will connect with loadbalancer when executing transactions by setting flag (default value will be _http://localhost:80_)
141+
Additionally, it is possible to change URL on which payout script will connect with loadbalancer when executing transactions by setting flag (default value will be _http://localhost:80_)
143142

144-
`--load-balancer-url` - loadbalancer url
143+
`--load-balancer-url` - loadbalancer URL
145144

146145
### Get private key
147146
You can use [subkey](https://substrate.dev/docs/en/knowledgebase/integrate/subkey) tool to get private key for your wallet.

0 commit comments

Comments
 (0)