From b9406fa7de6cd3a50c39c4346ff8736513ab609b Mon Sep 17 00:00:00 2001 From: Alexander Kolotov Date: Fri, 27 Jul 2018 23:39:58 +0300 Subject: [PATCH] fixed names of configuration parameters in transactions section --- examples/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/config.toml b/examples/config.toml index 59079e2..bdd7389 100644 --- a/examples/config.toml +++ b/examples/config.toml @@ -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 }