Warnings removed

This commit is contained in:
Anton Gavrilov
2017-07-18 15:58:14 +02:00
parent 06862c7dee
commit 204a63a00e
4 changed files with 4 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ impl Tracer for NoopTracer {
fn trace_suicide(&mut self, _address: Address, _balance: U256, _refund_address: Address) {
}
fn trace_reward(&mut self, miner: Address, value: U256, reward_type: RewardType) {
fn trace_reward(&mut self, _: Address, _: U256, _: RewardType) {
}
fn subtracer(&self) -> Self {