Merge pull request #1570 from ethcore/dynamic-gas-price

Miner's gas price gets updated dynamically
This commit is contained in:
Nikolay Volf
2016-07-10 00:08:29 +02:00
committed by GitHub
12 changed files with 245 additions and 87 deletions

View File

@@ -55,7 +55,7 @@ lazy_static! {
builder.parse(&log);
}
if let Ok(_) = builder.init() {
if builder.init().is_ok() {
println!("logger initialized");
}
true