Fixed build
This commit is contained in:
parent
70db48961a
commit
3aaf938add
@ -75,7 +75,7 @@ impl Configuration {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub fn gas_floor_target(&self) -> U256 {
|
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()
|
4_700_000.into()
|
||||||
} else {
|
} else {
|
||||||
let d = &self.args.flag_gas_floor_target;
|
let d = &self.args.flag_gas_floor_target;
|
||||||
|
Loading…
Reference in New Issue
Block a user