Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
add issue link to TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 committed Aug 31, 2019
1 parent 011073c commit 148235d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ethcore/builtin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ trait Implementation: Send + Sync {
}

/// A gas pricing scheme for built-in contracts.
// NOTE(niklasad1): maybe refactor this trait because only `bn128_operations` are using
// block number in order to comply with `eip1108`
// TODO: refactor this trait, see https://github.com/paritytech/parity-ethereum/issues/11014
trait Pricer: Send + Sync {
/// The gas cost of running this built-in for the given input data at block number `at`
fn cost(&self, input: &[u8], at: u64) -> U256;
Expand Down

0 comments on commit 148235d

Please sign in to comment.