legacy configuration options removed from documentation

This commit is contained in:
Alexander Kolotov 2018-07-27 00:20:20 +03:00
parent 13f78f5aad
commit 35a770128a
2 changed files with 0 additions and 7 deletions

View File

@ -115,7 +115,6 @@ default_gas_price = 10_000_000_000 # 10 GWEI
password = "foreign_password.txt"
[authorities]
required_signatures = 2
[transactions]
deposit_relay = { gas = 3000000 }
@ -142,10 +141,6 @@ withdraw_confirm = { gas = 3000000 }
- `home/foreign.default_gas_price` - the default gas price (in WEI) used in transactions with the home or foreign nodes. The `default_gas_price` is used when the Oracle cannot be reached. The default value is `15_000_000_000` WEI (ie. 15 GWEI).
- `home/foreign.concurrent_http_requests` - the number of concurrent HTTP requests allowed in-flight (default: **64**)
#### authorities options
- `authorities.account` - all authorities (**required**)
#### transaction options
- `transaction.deposit_relay.gas` - specify how much gas should be consumed by deposit relay

View File

@ -18,9 +18,7 @@ gas_price_oracle_url = "https://gasprice.poa.network"
gas_price_speed = "instant"
default_gas_price = 10_000_000_000 # 10 GWEI
[authorities]
required_signatures = 1
[transactions]
home_deploy = { gas = 1000000 }