Merge pull request #1570 from ethcore/dynamic-gas-price
Miner's gas price gets updated dynamically
This commit is contained in:
@@ -55,7 +55,7 @@ lazy_static! {
|
||||
builder.parse(&log);
|
||||
}
|
||||
|
||||
if let Ok(_) = builder.init() {
|
||||
if builder.init().is_ok() {
|
||||
println!("logger initialized");
|
||||
}
|
||||
true
|
||||
|
||||
Reference in New Issue
Block a user