fixed names of configuration parameters in transactions section

This commit is contained in:
Alexander Kolotov 2018-07-27 23:39:58 +03:00
parent b6428dbad0
commit b9406fa7de
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 }