Fixed build

This commit is contained in:
arkpar 2016-06-21 15:24:17 +02:00
parent 70db48961a
commit 3aaf938add
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ impl Configuration {
}
pub fn gas_floor_target(&self) -> U256 {
if self.args.dont_help_rescue_dao || self.args.flag_dogmatic {
if self.args.flag_dont_help_rescue_dao || self.args.flag_dogmatic {
4_700_000.into()
} else {
let d = &self.args.flag_gas_floor_target;