Merge branch 'master' into auth-bft

This commit is contained in:
keorn 2016-11-21 12:17:00 +00:00
commit acfba9d1b3
1 changed files with 1 additions and 0 deletions

View File

@ -683,6 +683,7 @@ macro_rules! construct_uint {
bytes[i] = (arr[pos] >> ((rev % 8) * 8)) as u8;
}
}
#[inline]
fn exp10(n: usize) -> Self {
match n {