Missing inline

This commit is contained in:
arkpar 2016-02-03 16:55:23 +01:00
parent 42d5c09131
commit 3bc3d24945
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ use util::*;
/// 1 Ether in Wei
pub fn ether() -> U256 { U256::exp10(18) }
#[inline]
/// 1 Finney in Wei
pub fn finney() -> U256 { U256::exp10(15) }