Skip to content

Commit

Permalink
Update private-key description
Browse files Browse the repository at this point in the history
  • Loading branch information
Mak Muftic committed Dec 9, 2020
1 parent d36ab8c commit caac26b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ For Westend's WND tokens, see the faucet [instructions on the Wiki](https://wiki

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

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

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

Expand All @@ -130,7 +130,7 @@ If all flags have been provided, then each {_payout-interval_} days automatic pa
It is possible to run payout script at any time by invoking `vedran payout` command trough console.
This command has two required flags:

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

`--payout-reward` - defined total reward amount that will be distributed on the payout (amount in Planck)

Expand Down

0 comments on commit caac26b

Please sign in to comment.