Merge pull request #116 from poanetwork/kolotov-fix-config-example

fixed names of configuration parameters in transactions section
This commit is contained in:
Alexander Kolotov 2018-07-27 23:42:26 +03:00 committed by GitHub
commit f7bcbd7d5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -27,6 +27,6 @@ default_gas_price = 10_000_000_000 # 10 GWEI
# Keep this section empty
[transactions]
home_deploy = { gas = 300000 }
foreign_deploy = { gas = 300000 }
withdraw_relay = { gas = 300000 }
withdraw_confirm = { gas = 300000 }
deposit_relay = { gas = 300000 }